Html Css Color HEX #252D90 Egyptian Blue

📋 copy color: '#252D90'

red 37 ◦ green 45 ◦ blue 144

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

Shades of Egyptian Blue #252D90

Tints of Egyptian Blue #252D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 16.37%
G = 19.91%
B = 63.72%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252D90 (or 0x252D90) is known color: Egyptian Blue. HEX triplet: 25, 2D and 90. RGB value is (37,45,144). Sum of RGB (Red+Green+Blue) = 37+45+144=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #252D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D90 is #DAD26F. Grayscale: #353535. Windows color (decimal): -14340720 or 9448741. OLE color: 9448741.

HSL color Cylindrical-coordinate representation of color #252D90: hue angle of 235.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252D90 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 45 144 -
CMYK 0.74 0.69 0 0.44
HSL 235.51º 0.59% 0.35% -
HSV(B) 235.51º 0.74% 0.56% -
XYZ 6.74 4.28 26.86 -
YUV 53.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 37 45 144 0.74 0.69 0 0.44 235.51 0.59 0.35
Hex 25 2D 90 4A 45 0 2C EC 3B 23
Octal 45 55 220 112 105 0 54 354 73 43
Binary 100101 101101 10010000 1001010 1000101 0 101100 11101100 111011 100011

Color Harmonies of #252D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D90

Black with #252D90

Text Example


Text Example

White with #252D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,144); }

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

background-color css

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

 a { background-color: rgb(37,45,144); }

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

border-color css

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

 span { border-color: rgb(37,45,144); }

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