#21378F

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

Shades of Egyptian Blue #21378F

Tints of Egyptian Blue #21378F

Color information

#21378F (or 0x21378F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 37 and 8F. RGB value is (33,55,143). Sum of RGB (Red+Green+Blue) = 33+55+143=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #21378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21378F is #DEC870. Grayscale: #3A3A3A. Windows color (decimal): -14600305 or 9385761. OLE color: 9385761.

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

Color convert

RGB3355143-
CMYK0.770.6200.44
HSL228º62.5%34.51%-
HSV(B)228º76.92%56.08%-
XYZ6.955.0426.59-
YUV58.45175.71109.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 143 (56.25% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

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
Decimal33551430.770.6200.4422862.534.51
Hex21378F4D3E02Ce43e23
Octal4167217115760543447643
Binary100001110111100011111001101111110010110011100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21378F; }

 p { color: rgb(33,55,143); }

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

<style>
 a { background-color: #21378F; }

 a { background-color: rgb(33,55,143); }

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

<style>
 span { border-color: #21378F; }

 span { border-color: rgb(33,55,143); }

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