#214674

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

Shades of Venice Blue #214674

Tints of Venice Blue #214674

Color information

#214674 (or 0x214674) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 74. RGB value is (33,70,116). Sum of RGB (Red+Green+Blue) = 33+70+116=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #214674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214674 is #DEB98B. Grayscale: #3F3F3F. Windows color (decimal): -14596492 or 7620129. OLE color: 7620129.

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

Color convert

RGB3370116-
CMYK0.720.4000.55
HSL213.25º55.7%29.22%-
HSV(B)213.25º71.55%45.49%-
XYZ5.975.9617.36-
YUV64.18157.24105.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=15.07%
G=31.96%
B=52.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33701160.720.4000.55213.2555.729.22
Hex2146744828037d5381d
Octal41106164110500673257035
Binary10000110001101110100100100010100001101111101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214674; }

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

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

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

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

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

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

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

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