Html Css Color HEX #252E92 Egyptian Blue

📋 copy color: '#252E92'

red 37 ◦ green 46 ◦ blue 146

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

Shades of Egyptian Blue #252E92

Tints of Egyptian Blue #252E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

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

R = 16.16%
G = 20.09%
B = 63.76%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#252E92 (or 0x252E92) is known color: Egyptian Blue. HEX triplet: 25, 2E and 92. RGB value is (37,46,146). Sum of RGB (Red+Green+Blue) = 37+46+146=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #252E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E92 is #DAD16D. Grayscale: #363636. Windows color (decimal): -14340462 or 9580069. OLE color: 9580069.

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

Color convert

RGB 37 46 146 -
CMYK 0.75 0.68 0 0.43
HSL 235.05º 0.6% 0.36% -
HSV(B) 235.05º 0.75% 0.57% -
XYZ 6.93 4.42 27.68 -
YUV 54.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 37 46 146 0.75 0.68 0 0.43 235.05 0.6 0.36
Hex 25 2E 92 4B 44 0 2B EB 3C 24
Octal 45 56 222 113 104 0 53 353 74 44
Binary 100101 101110 10010010 1001011 1000100 0 101011 11101011 111100 100100

Color Harmonies of #252E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E92

Black with #252E92

Text Example


Text Example

White with #252E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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