#214D70

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

Shades of Venice Blue #214D70

Tints of Venice Blue #214D70

Color information

#214D70 (or 0x214D70) is unknown color: approx Venice Blue. HEX triplet: 21, 4D and 70. RGB value is (33,77,112). Sum of RGB (Red+Green+Blue) = 33+77+112=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #214D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D70 is #DEB28F. Grayscale: #434343. Windows color (decimal): -14594704 or 7359777. OLE color: 7359777.

HSL color Cylindrical-coordinate representation of color #214D70: hue angle of 206.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214D70 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3377112-
CMYK0.710.3100.56
HSL206.58º54.48%28.43%-
HSV(B)206.58º70.54%43.92%-
XYZ6.216.816.31-
YUV67.83152.92103.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=14.86%
G=34.68%
B=50.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33771120.710.3100.56206.5854.4828.43
Hex214D70471F038cf361c
Octal41115160107370703176634
Binary1000011001101111000010001111111101110001100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D70; }

 p { color: rgb(33,77,112); }

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

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

 a { background-color: rgb(33,77,112); }

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

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

 span { border-color: rgb(33,77,112); }

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