#214670

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

Shades of Venice Blue #214670

Tints of Venice Blue #214670

Color information

#214670 (or 0x214670) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 70. RGB value is (33,70,112). Sum of RGB (Red+Green+Blue) = 33+70+112=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #214670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214670 is #DEB98F. Grayscale: #3F3F3F. Windows color (decimal): -14596496 or 7357985. OLE color: 7357985.

HSL color Cylindrical-coordinate representation of color #214670: hue angle of 211.9º 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 #214670 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3370112-
CMYK0.710.3800.56
HSL211.9º54.48%28.43%-
HSV(B)211.9º70.54%43.92%-
XYZ5.745.8716.16-
YUV63.72155.24106.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=15.35%
G=32.56%
B=52.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33701120.710.3800.56211.954.4828.43
Hex2146704726038d4361c
Octal41106160107460703246634
Binary10000110001101110000100011110011001110001101010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214670; }

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

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

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

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

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

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

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

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