#252A9B

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

Shades of Egyptian Blue #252A9B

Tints of Egyptian Blue #252A9B

Color information

#252A9B (or 0x252A9B) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 9B. RGB value is (37,42,155). Sum of RGB (Red+Green+Blue) = 37+42+155=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #252A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A9B is #DAD564. Grayscale: #343434. Windows color (decimal): -14341477 or 10168869. OLE color: 10168869.

HSL color Cylindrical-coordinate representation of color #252A9B: hue angle of 237.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252A9B is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3742155-
CMYK0.760.7300.39
HSL237.46º61.46%37.65%-
HSV(B)237.46º76.13%60.78%-
XYZ7.514.4231.47-
YUV53.39185.34116.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 155 (60.94% from 255) = 66.24%
R=15.81%
G=17.95%
B=66.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37421550.760.7300.39237.4661.4637.65
Hex252A9B4C49027ed3d26
Octal45522331141110473557546
Binary1001011010101001101110011001001001010011111101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,155); }

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

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

 a { background-color: rgb(37,42,155); }

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

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

 span { border-color: rgb(37,42,155); }

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