#21349E

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

Shades of Egyptian Blue #21349E

Tints of Egyptian Blue #21349E

Color information

#21349E (or 0x21349E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 34 and 9E. RGB value is (33,52,158). Sum of RGB (Red+Green+Blue) = 33+52+158=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #21349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21349E is #DECB61. Grayscale: #393939. Windows color (decimal): -14601058 or 10368033. OLE color: 10368033.

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

Color convert

RGB3352158-
CMYK0.790.6700.38
HSL230.88º65.45%37.45%-
HSV(B)230.88º79.11%61.96%-
XYZ8.035.2532.94-
YUV58.4184.21109.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=13.58%
G=21.40%
B=65.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33521580.790.6700.38230.8865.4537.45
Hex21349E4F43026e74125
Octal416423611710304634710145
Binary10000111010010011110100111110000110100110111001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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