Html Css Color HEX #252DA2 Egyptian Blue

📋 copy color: '#252DA2'

red 37 ◦ green 45 ◦ blue 162

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

Shades of Egyptian Blue #252DA2

Tints of Egyptian Blue #252DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 66.39%

R = 15.16%
G = 18.44%
B = 66.39%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#252DA2 (or 0x252DA2) is known color: Egyptian Blue. HEX triplet: 25, 2D and A2. RGB value is (37,45,162). Sum of RGB (Red+Green+Blue) = 37+45+162=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #252DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DA2 is #DAD25D. Grayscale: #373737. Windows color (decimal): -14340702 or 10628389. OLE color: 10628389.

HSL color Cylindrical-coordinate representation of color #252DA2: hue angle of 236.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252DA2 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 45 162 -
CMYK 0.77 0.72 0 0.36
HSL 236.16º 0.63% 0.39% -
HSV(B) 236.16º 0.77% 0.64% -
XYZ 8.22 4.88 34.69 -
YUV 55.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 37 45 162 0.77 0.72 0 0.36 236.16 0.63 0.39
Hex 25 2D A2 4D 48 0 24 EC 3F 27
Octal 45 55 242 115 110 0 44 354 77 47
Binary 100101 101101 10100010 1001101 1001000 0 100100 11101100 111111 100111

Color Harmonies of #252DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DA2

Black with #252DA2

Text Example


Text Example

White with #252DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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