Html Css Color HEX #252C92 Egyptian Blue

📋 copy color: '#252C92'

red 37 ◦ green 44 ◦ blue 146

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

Shades of Egyptian Blue #252C92

Tints of Egyptian Blue #252C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 16.3%
G = 19.38%
B = 64.32%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#252C92 (or 0x252C92) is known color: Egyptian Blue. HEX triplet: 25, 2C and 92. RGB value is (37,44,146). Sum of RGB (Red+Green+Blue) = 37+44+146=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #252C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C92 is #DAD36D. Grayscale: #353535. Windows color (decimal): -14340974 or 9579557. OLE color: 9579557.

HSL color Cylindrical-coordinate representation of color #252C92: hue angle of 236.15º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252C92 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 44 146 -
CMYK 0.75 0.70 0 0.43
HSL 236.15º 0.6% 0.36% -
HSV(B) 236.15º 0.75% 0.57% -
XYZ 6.85 4.27 27.66 -
YUV 53.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 37 44 146 0.75 0.70 0 0.43 236.15 0.6 0.36
Hex 25 2C 92 4B 46 0 2B EC 3C 24
Octal 45 54 222 113 106 0 53 354 74 44
Binary 100101 101100 10010010 1001011 1000110 0 101011 11101100 111100 100100

Color Harmonies of #252C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C92

Black with #252C92

Text Example


Text Example

White with #252C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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