Html Css Color HEX #252C91 Egyptian Blue

📋 copy color: '#252C91'

red 37 ◦ green 44 ◦ blue 145

#252C91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #252C91

Tints of Egyptian Blue #252C91

RGB

 RED value IS 37 (14.84% from 255) = 16.37%

 GREEN value IS 44 (17.58% from 255) = 19.47%

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 16.37%
G = 19.47%
B = 64.16%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#252C91 (or 0x252C91) is known color: Egyptian Blue. HEX triplet: 25, 2C and 91. RGB value is (37,44,145). Sum of RGB (Red+Green+Blue) = 37+44+145=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #252C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C91 is #DAD36E. Grayscale: #353535. Windows color (decimal): -14340975 or 9514021. OLE color: 9514021.

HSL color Cylindrical-coordinate representation of color #252C91: hue angle of 236.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252C91 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 44 145 -
CMYK 0.74 0.70 0 0.43
HSL 236.11º 0.59% 0.36% -
HSV(B) 236.11º 0.74% 0.57% -
XYZ 6.77 4.24 27.25 -
YUV 53.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 37 44 145 0.74 0.70 0 0.43 236.11 0.59 0.36
Hex 25 2C 91 4A 46 0 2B EC 3B 24
Octal 45 54 221 112 106 0 53 354 73 44
Binary 100101 101100 10010001 1001010 1000110 0 101011 11101100 111011 100100

Color Harmonies of #252C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C91

Black with #252C91

Text Example


Text Example

White with #252C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C91; }

 p { color: rgb(37,44,145); }

 H1.HeaderClassName
 {
   color: #252C91;
 }
 .AnyTagClassName
 {
   color: #252C91;
 }
</style>

background-color css

<style>
 a { background-color: #252C91; }

 a { background-color: rgb(37,44,145); }

 div.DivClassName
 {
   background-color: #252C91;
 }
 .BgClassName
 {
   background-color: #252C91;
 }
</style>

border-color css

<style>
 span { border-color: #252C91; }

 span { border-color: rgb(37,44,145); }

 td.TdClassName
 {
   border-color: #252C91;
 }
 .TagClassName
 {
   border-color: #252C91;
 }
</style>