#21309E

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

Shades of Egyptian Blue #21309E

Tints of Egyptian Blue #21309E

Color information

#21309E (or 0x21309E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 30 and 9E. RGB value is (33,48,158). Sum of RGB (Red+Green+Blue) = 33+48+158=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #21309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21309E is #DECF61. Grayscale: #373737. Windows color (decimal): -14602082 or 10367009. OLE color: 10367009.

HSL color Cylindrical-coordinate representation of color #21309E: hue angle of 232.8º 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 #21309E is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3348158-
CMYK0.790.7000.38
HSL232.8º65.45%37.45%-
HSV(B)232.8º79.11%61.96%-
XYZ7.864.9132.88-
YUV56.06185.53111.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=13.81%
G=20.08%
B=66.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33481580.790.7000.38232.865.4537.45
Hex21309E4F46026e94125
Octal416023611710604635110145
Binary10000111000010011110100111110001100100110111010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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