#213690

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

Shades of Egyptian Blue #213690

Tints of Egyptian Blue #213690

Color information

#213690 (or 0x213690) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 90. RGB value is (33,54,144). Sum of RGB (Red+Green+Blue) = 33+54+144=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #213690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213690 is #DEC96F. Grayscale: #393939. Windows color (decimal): -14600560 or 9451041. OLE color: 9451041.

HSL color Cylindrical-coordinate representation of color #213690: hue angle of 228.65º degrees, saturation: 0.63, 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 #213690 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3354144-
CMYK0.770.6300.44
HSL228.65º62.71%34.71%-
HSV(B)228.65º77.08%56.47%-
XYZ6.984.9826.98-
YUV57.98176.54110.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=14.29%
G=23.38%
B=62.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33541440.770.6300.44228.6562.7134.71
Hex2136904D3F02Ce53f23
Octal4166220115770543457743
Binary100001110110100100001001101111111010110011100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213690; }

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

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

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

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

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

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

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

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