#213692

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

Shades of Egyptian Blue #213692

Tints of Egyptian Blue #213692

Color information

#213692 (or 0x213692) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 92. RGB value is (33,54,146). Sum of RGB (Red+Green+Blue) = 33+54+146=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #213692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213692 is #DEC96D. Grayscale: #393939. Windows color (decimal): -14600558 or 9582113. OLE color: 9582113.

HSL color Cylindrical-coordinate representation of color #213692: hue angle of 228.85º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213692 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3354146-
CMYK0.770.6300.43
HSL228.85º63.13%35.1%-
HSV(B)228.85º77.4%57.25%-
XYZ7.135.0427.79-
YUV58.21177.54110.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=14.16%
G=23.18%
B=62.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33541460.770.6300.43228.8563.1335.1
Hex2136924D3F02Be53f23
Octal4166222115770533457743
Binary100001110110100100101001101111111010101111100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213692; }

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

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

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

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

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

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

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

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