#214577

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

Shades of Venice Blue #214577

Tints of Venice Blue #214577

Color information

#214577 (or 0x214577) is unknown color: approx Venice Blue. HEX triplet: 21, 45 and 77. RGB value is (33,69,119). Sum of RGB (Red+Green+Blue) = 33+69+119=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #214577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214577 is #DEBA88. Grayscale: #3F3F3F. Windows color (decimal): -14596745 or 7816481. OLE color: 7816481.

HSL color Cylindrical-coordinate representation of color #214577: hue angle of 214.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214577 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3369119-
CMYK0.720.4200.53
HSL214.88º56.58%29.8%-
HSV(B)214.88º72.27%46.67%-
XYZ6.095.9118.27-
YUV63.94159.07105.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=14.93%
G=31.22%
B=53.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33691190.720.4200.53214.8856.5829.8
Hex214577482A035d7391e
Octal41105167110520653277136
Binary10000110001011110111100100010101001101011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214577; }

 p { color: rgb(33,69,119); }

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

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

 a { background-color: rgb(33,69,119); }

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

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

 span { border-color: rgb(33,69,119); }

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