#253AA6

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

Shades of Egyptian Blue #253AA6

Tints of Egyptian Blue #253AA6

Color information

#253AA6 (or 0x253AA6) is unknown color: approx Egyptian Blue. HEX triplet: 25, 3A and A6. RGB value is (37,58,166). Sum of RGB (Red+Green+Blue) = 37+58+166=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #253AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253AA6 is #DAC559. Grayscale: #3F3F3F. Windows color (decimal): -14337370 or 10893861. OLE color: 10893861.

HSL color Cylindrical-coordinate representation of color #253AA6: hue angle of 230.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253AA6 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3758166-
CMYK0.780.6500.35
HSL230.23º63.55%39.8%-
HSV(B)230.23º77.71%65.1%-
XYZ9.166.1736.79-
YUV64.03185.54108.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 166 (65.23% from 255) = 63.60%
R=14.18%
G=22.22%
B=63.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37581660.780.6500.35230.2363.5539.8
Hex253AA64E41023e64028
Octal457224611610104334610050
Binary10010111101010100110100111010000010100011111001101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,166); }

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

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

 a { background-color: rgb(37,58,166); }

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

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

 span { border-color: rgb(37,58,166); }

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