#253C9B

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

Shades of Egyptian Blue #253C9B

Tints of Egyptian Blue #253C9B

Color information

#253C9B (or 0x253C9B) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3C and 9B. RGB value is (37,60,155). Sum of RGB (Red+Green+Blue) = 37+60+155=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #253C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C9B is #DAC364. Grayscale: #3F3F3F. Windows color (decimal): -14336869 or 10173477. OLE color: 10173477.

HSL color Cylindrical-coordinate representation of color #253C9B: hue angle of 228.31º 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 #253C9B is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3760155-
CMYK0.760.6100.39
HSL228.31º61.46%37.65%-
HSV(B)228.31º76.13%60.78%-
XYZ8.35.9931.73-
YUV63.95179.38108.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=14.68%
G=23.81%
B=61.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37601550.760.6100.39228.3161.4637.65
Hex253C9B4C3D027e43d26
Octal4574233114750473447546
Binary100101111100100110111001100111101010011111100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C9B; }

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

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

<style>
 a { background-color: #253C9B; }

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

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

<style>
 span { border-color: #253C9B; }

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

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