#252F92

Color #252F92 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #252F92

Tints of Egyptian Blue #252F92

Color information

#252F92 (or 0x252F92) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2F and 92. RGB value is (37,47,146). Sum of RGB (Red+Green+Blue) = 37+47+146=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #252F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F92 is #DAD06D. Grayscale: #363636. Windows color (decimal): -14340206 or 9580325. OLE color: 9580325.

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

Color convert

RGB3747146-
CMYK0.750.6800.43
HSL234.5º59.56%35.88%-
HSV(B)234.5º74.66%57.25%-
XYZ6.974.527.7-
YUV55.3179.19114.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 146 (57.42% from 255) = 63.48%
R=16.09%
G=20.43%
B=63.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37471460.750.6800.43234.559.5635.88
Hex252F924B4402Bea3c24
Octal45572221131040533527444
Binary1001011011111001001010010111000100010101111101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #252F92;
 }
 .AnyTagClassName
 {
   color: #252F92;
 }
</style>
background-color css

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

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

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

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

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

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