#214675

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

Shades of Venice Blue #214675

Tints of Venice Blue #214675

Color information

#214675 (or 0x214675) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 75. RGB value is (33,70,117). Sum of RGB (Red+Green+Blue) = 33+70+117=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #214675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214675 is #DEB98A. Grayscale: #404040. Windows color (decimal): -14596491 or 7685665. OLE color: 7685665.

HSL color Cylindrical-coordinate representation of color #214675: hue angle of 213.57º 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 #214675 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3370117-
CMYK0.720.4000.54
HSL213.57º56%29.41%-
HSV(B)213.57º71.79%45.88%-
XYZ6.035.9917.67-
YUV64.29157.74105.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=15%
G=31.82%
B=53.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33701170.720.4000.54213.575629.41
Hex2146754828036d6381d
Octal41106165110500663267035
Binary10000110001101110101100100010100001101101101011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214675; }

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

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

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

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

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

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

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

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