#213097

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

Shades of Egyptian Blue #213097

Tints of Egyptian Blue #213097

Color information

#213097 (or 0x213097) is unknown color: approx Egyptian Blue. HEX triplet: 21, 30 and 97. RGB value is (33,48,151). Sum of RGB (Red+Green+Blue) = 33+48+151=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #213097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213097 is #DECF68. Grayscale: #363636. Windows color (decimal): -14602089 or 9908257. OLE color: 9908257.

HSL color Cylindrical-coordinate representation of color #213097: hue angle of 232.37º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213097 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3348151-
CMYK0.780.6800.41
HSL232.37º64.13%36.08%-
HSV(B)232.37º78.15%59.22%-
XYZ7.274.6729.8-
YUV55.26182.03112.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=14.22%
G=20.69%
B=65.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33481510.780.6800.41232.3764.1336.08
Hex2130974E44029e84024
Octal416022711610405135010044
Binary10000111000010010111100111010001000101001111010001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213097; }

 p { color: rgb(33,48,151); }

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

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

 a { background-color: rgb(33,48,151); }

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

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

 span { border-color: rgb(33,48,151); }

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