Color Hex Logo

#2574af Color Hex

#2574AF
(37,116,175)
0 Favorites   0 Comments

Color spaces of #2574af

RGB 37116175
HSL0.570.650.42
HSV206°79°69°
CMYK 0.790.340.00   0.31
XYZ14.746215.979242.8645
Yxy15.97920.20040.2171
Hunter Lab39.9740-4.1068-35.5954
CIE-Lab46.9472-2.6553-38.0508

#2574af color RGB value is (37,116,175).

#2574af hex color red value is 37, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2574af hue: 0.57 , saturation: 0.65 and the lightness value of 2574af is 0.42.

The process color (four color CMYK) of #2574af color hex is 0.79, 0.34, 0.00, 0.31. Web safe color of #2574af is #336699. Color #2574af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110100 10101111
Octal 45 164 257
Decimal 37 116 175
Hex 25 74 AF

RGB Percentages of Color #2574af

%11.28
%35.37
%53.35

CMYK Percentages of Color #2574af

%79
%34
%0
%31

Triadic Colors of #2574af

#2574af #af2574 #74af25

Analogous Colors of #2574af

#2574af #252faf #25afa5

Monochromatic Colors of #2574af

#2574af

Complementary Color

#2574af #af6025

#2574af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2574af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2574af Color CSS Codes

.mybgcolor {background-color:#2574af; } 
.myforecolor {color:#2574af; }
.mybordercolor {border:3px solid #2574af; }

#2574af Text Font Color

<p style="color:#2574af">Text here</p>

This sample text font color is #2574af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2574af Background Color

<div style="background-color:#2574af">
Div content here</div>

This div background color is #2574af


#2574af Border Color

<div style="border:3px solid #2574af">
Div here</div>

This div border color is #2574af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,116,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2574af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2574af;
  -webkit-box-shadow: 1px 1px 3px 2px #2574af;
  box-shadow:         1px 1px 3px 2px #2574af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,116,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2574af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2574af;
  -webkit-box-shadow: 1px 1px 3px 2px #2574af;
  box-shadow:         1px 1px 3px 2px #2574af;">
Div content here</div>

This div box has shadow with color #2574af


Comments

No comments written yet.

Please login to write comment.