Html Css Color HEX #252D93 Egyptian Blue

📋 copy color: '#252D93'

red 37 ◦ green 45 ◦ blue 147

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

Shades of Egyptian Blue #252D93

Tints of Egyptian Blue #252D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 16.16%
G = 19.65%
B = 64.19%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252D93 (or 0x252D93) is known color: Egyptian Blue. HEX triplet: 25, 2D and 93. RGB value is (37,45,147). Sum of RGB (Red+Green+Blue) = 37+45+147=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #252D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D93 is #DAD26C. Grayscale: #353535. Windows color (decimal): -14340717 or 9645349. OLE color: 9645349.

HSL color Cylindrical-coordinate representation of color #252D93: hue angle of 235.64º 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 #252D93 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 45 147 -
CMYK 0.75 0.69 0 0.42
HSL 235.64º 0.6% 0.36% -
HSV(B) 235.64º 0.75% 0.58% -
XYZ 6.97 4.38 28.08 -
YUV 54.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 37 45 147 0.75 0.69 0 0.42 235.64 0.6 0.36
Hex 25 2D 93 4B 45 0 2A EC 3C 24
Octal 45 55 223 113 105 0 52 354 74 44
Binary 100101 101101 10010011 1001011 1000101 0 101010 11101100 111100 100100

Color Harmonies of #252D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D93

Black with #252D93

Text Example


Text Example

White with #252D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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