Color Hex Logo

#2475ab Color Hex

#2475AB
(36,117,171)
0 Favorites   0 Comments

Color spaces of #2475ab

RGB 36117171
HSL0.570.650.41
HSV204°79°67°
CMYK 0.790.320.00   0.33
XYZ14.439516.037940.8627
Yxy16.03790.20240.2248
Hunter Lab40.0473-5.7228-32.4640
CIE-Lab47.0242-4.8628-35.5998

#2475ab color RGB value is (36,117,171).

#2475ab hex color red value is 36, green value is 117 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2475ab hue: 0.57 , saturation: 0.65 and the lightness value of 2475ab is 0.41.

The process color (four color CMYK) of #2475ab color hex is 0.79, 0.32, 0.00, 0.33. Web safe color of #2475ab is #336699. Color #2475ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01110101 10101011
Octal 44 165 253
Decimal 36 117 171
Hex 24 75 AB

RGB Percentages of Color #2475ab

%11.11
%36.11
%52.78

CMYK Percentages of Color #2475ab

%79
%32
%0
%33

Triadic Colors of #2475ab

#2475ab #ab2475 #75ab24

Analogous Colors of #2475ab

#2475ab #2431ab #24ab9e

Monochromatic Colors of #2475ab

#2475ab

Complementary Color

#2475ab #ab5a24

#2475ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2475ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2475ab Color CSS Codes

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

#2475ab Text Font Color

<p style="color:#2475ab">Text here</p>

This sample text font color is #2475ab
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.


#2475ab Background Color

<div style="background-color:#2475ab">
Div content here</div>

This div background color is #2475ab


#2475ab Border Color

<div style="border:3px solid #2475ab">
Div here</div>

This div border color is #2475ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,117,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2475ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2475ab;
  -webkit-box-shadow: 1px 1px 3px 2px #2475ab;
  box-shadow:         1px 1px 3px 2px #2475ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,117,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2475ab


Comments

No comments written yet.

Please login to write comment.