#21368E

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

Shades of Egyptian Blue #21368E

Tints of Egyptian Blue #21368E

Color information

#21368E (or 0x21368E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 8E. RGB value is (33,54,142). Sum of RGB (Red+Green+Blue) = 33+54+142=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #21368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21368E is #DEC971. Grayscale: #393939. Windows color (decimal): -14600562 or 9319969. OLE color: 9319969.

HSL color Cylindrical-coordinate representation of color #21368E: hue angle of 228.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21368E is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3354142-
CMYK0.770.6200.44
HSL228.44º62.29%34.31%-
HSV(B)228.44º76.76%55.69%-
XYZ6.834.9126.18-
YUV57.75175.54110.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=14.41%
G=23.58%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33541420.770.6200.44228.4462.2934.31
Hex21368E4D3E02Ce43e22
Octal4166216115760543447642
Binary100001110110100011101001101111110010110011100100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,54,142); }

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

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

 a { background-color: rgb(33,54,142); }

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

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

 span { border-color: rgb(33,54,142); }

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