Html Css Color HEX #252DA3 Egyptian Blue

📋 copy color: '#252DA3'

red 37 ◦ green 45 ◦ blue 163

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

Shades of Egyptian Blue #252DA3

Tints of Egyptian Blue #252DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.53%

R = 15.1%
G = 18.37%
B = 66.53%

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

#252DA3 (or 0x252DA3) is known color: Egyptian Blue. HEX triplet: 25, 2D and A3. RGB value is (37,45,163). Sum of RGB (Red+Green+Blue) = 37+45+163=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #252DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DA3 is #DAD25C. Grayscale: #373737. Windows color (decimal): -14340701 or 10693925. OLE color: 10693925.

HSL color Cylindrical-coordinate representation of color #252DA3: hue angle of 236.19º 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 #252DA3 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 45 163 -
CMYK 0.77 0.72 0 0.36
HSL 236.19º 0.63% 0.39% -
HSV(B) 236.19º 0.77% 0.64% -
XYZ 8.31 4.91 35.16 -
YUV 56.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 37 45 163 0.77 0.72 0 0.36 236.19 0.63 0.39
Hex 25 2D A3 4D 48 0 24 EC 3F 27
Octal 45 55 243 115 110 0 44 354 77 47
Binary 100101 101101 10100011 1001101 1001000 0 100100 11101100 111111 100111

Color Harmonies of #252DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DA3

Black with #252DA3

Text Example


Text Example

White with #252DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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