Html Css Color HEX #252C94 Egyptian Blue

📋 copy color: '#252C94'

red 37 ◦ green 44 ◦ blue 148

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

Shades of Egyptian Blue #252C94

Tints of Egyptian Blue #252C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.63%

R = 16.16%
G = 19.21%
B = 64.63%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252C94 (or 0x252C94) is known color: Egyptian Blue. HEX triplet: 25, 2C and 94. RGB value is (37,44,148). Sum of RGB (Red+Green+Blue) = 37+44+148=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #252C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C94 is #DAD36B. Grayscale: #353535. Windows color (decimal): -14340972 or 9710629. OLE color: 9710629.

HSL color Cylindrical-coordinate representation of color #252C94: hue angle of 236.22º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252C94 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 44 148 -
CMYK 0.75 0.70 0 0.42
HSL 236.22º 0.6% 0.36% -
HSV(B) 236.22º 0.75% 0.58% -
XYZ 7.01 4.33 28.48 -
YUV 53.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 37 44 148 0.75 0.70 0 0.42 236.22 0.6 0.36
Hex 25 2C 94 4B 46 0 2A EC 3C 24
Octal 45 54 224 113 106 0 52 354 74 44
Binary 100101 101100 10010100 1001011 1000110 0 101010 11101100 111100 100100

Color Harmonies of #252C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C94

Black with #252C94

Text Example


Text Example

White with #252C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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