#214775

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

Shades of Venice Blue #214775

Tints of Venice Blue #214775

Color information

#214775 (or 0x214775) is unknown color: approx Venice Blue. HEX triplet: 21, 47 and 75. RGB value is (33,71,117). Sum of RGB (Red+Green+Blue) = 33+71+117=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #214775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214775 is #DEB88A. Grayscale: #404040. Windows color (decimal): -14596235 or 7685921. OLE color: 7685921.

HSL color Cylindrical-coordinate representation of color #214775: hue angle of 212.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214775 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3371117-
CMYK0.720.3900.54
HSL212.86º56%29.41%-
HSV(B)212.86º71.79%45.88%-
XYZ6.096.1117.69-
YUV64.88157.41105.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=14.93%
G=32.13%
B=52.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33711170.720.3900.54212.865629.41
Hex2147754827036d5381d
Octal41107165110470663257035
Binary10000110001111110101100100010011101101101101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214775; }

 p { color: rgb(33,71,117); }

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

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

 a { background-color: rgb(33,71,117); }

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

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

 span { border-color: rgb(33,71,117); }

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