#21359E

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

Shades of Egyptian Blue #21359E

Tints of Egyptian Blue #21359E

Color information

#21359E (or 0x21359E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 35 and 9E. RGB value is (33,53,158). Sum of RGB (Red+Green+Blue) = 33+53+158=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #21359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21359E is #DECA61. Grayscale: #3A3A3A. Windows color (decimal): -14600802 or 10368289. OLE color: 10368289.

HSL color Cylindrical-coordinate representation of color #21359E: hue angle of 230.4º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21359E is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3353158-
CMYK0.790.6600.38
HSL230.4º65.45%37.45%-
HSV(B)230.4º79.11%61.96%-
XYZ8.075.3432.95-
YUV58.99183.87109.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=13.52%
G=21.72%
B=64.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33531580.790.6600.38230.465.4537.45
Hex21359E4F42026e64125
Octal416523611710204634610145
Binary10000111010110011110100111110000100100110111001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21359E; }

 p { color: rgb(33,53,158); }

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

<style>
 a { background-color: #21359E; }

 a { background-color: rgb(33,53,158); }

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

<style>
 span { border-color: #21359E; }

 span { border-color: rgb(33,53,158); }

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