Html Css Color HEX #252C93 Egyptian Blue

📋 copy color: '#252C93'

red 37 ◦ green 44 ◦ blue 147

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

Shades of Egyptian Blue #252C93

Tints of Egyptian Blue #252C93

RGB

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

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

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

R = 16.23%
G = 19.3%
B = 64.47%

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

#252C93 (or 0x252C93) is known color: Egyptian Blue. HEX triplet: 25, 2C and 93. RGB value is (37,44,147). Sum of RGB (Red+Green+Blue) = 37+44+147=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #252C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C93 is #DAD36C. Grayscale: #353535. Windows color (decimal): -14340973 or 9645093. OLE color: 9645093.

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

Color convert

RGB 37 44 147 -
CMYK 0.75 0.70 0 0.42
HSL 236.18º 0.6% 0.36% -
HSV(B) 236.18º 0.75% 0.58% -
XYZ 6.93 4.3 28.07 -
YUV 53.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 37 44 147 0.75 0.70 0 0.42 236.18 0.6 0.36
Hex 25 2C 93 4B 46 0 2A EC 3C 24
Octal 45 54 223 113 106 0 52 354 74 44
Binary 100101 101100 10010011 1001011 1000110 0 101010 11101100 111100 100100

Color Harmonies of #252C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C93

Black with #252C93

Text Example


Text Example

White with #252C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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