#21308C

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

Shades of Egyptian Blue #21308C

Tints of Egyptian Blue #21308C

Color information

#21308C (or 0x21308C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 30 and 8C. RGB value is (33,48,140). Sum of RGB (Red+Green+Blue) = 33+48+140=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #21308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21308C is #DECF73. Grayscale: #353535. Windows color (decimal): -14602100 or 9187361. OLE color: 9187361.

HSL color Cylindrical-coordinate representation of color #21308C: hue angle of 231.59º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21308C is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3348140-
CMYK0.760.6600.45
HSL231.59º61.85%33.92%-
HSV(B)231.59º76.43%54.9%-
XYZ6.424.3325.31-
YUV54176.53113.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 140 (55.08% from 255) = 63.35%
R=14.93%
G=21.72%
B=63.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33481400.760.6600.45231.5961.8533.92
Hex21308C4C4202De83e22
Octal41602141141020553507642
Binary1000011100001000110010011001000010010110111101000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21308C; }

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

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

<style>
 a { background-color: #21308C; }

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

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

<style>
 span { border-color: #21308C; }

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

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