#21349C

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

Shades of Egyptian Blue #21349C

Tints of Egyptian Blue #21349C

Color information

#21349C (or 0x21349C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 34 and 9C. RGB value is (33,52,156). Sum of RGB (Red+Green+Blue) = 33+52+156=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #21349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21349C is #DECB63. Grayscale: #393939. Windows color (decimal): -14601060 or 10236961. OLE color: 10236961.

HSL color Cylindrical-coordinate representation of color #21349C: hue angle of 230.73º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21349C is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3352156-
CMYK0.790.6700.39
HSL230.73º65.08%37.06%-
HSV(B)230.73º78.85%61.18%-
XYZ7.865.1832.04-
YUV58.18183.21110.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 156 (61.33% from 255) = 64.73%
R=13.69%
G=21.58%
B=64.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33521560.790.6700.39230.7365.0837.06
Hex21349C4F43027e74125
Octal416423411710304734710145
Binary10000111010010011100100111110000110100111111001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,52,156); }

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

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

 a { background-color: rgb(33,52,156); }

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

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

 span { border-color: rgb(33,52,156); }

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