#214B70

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

Shades of Venice Blue #214B70

Tints of Venice Blue #214B70

Color information

#214B70 (or 0x214B70) is unknown color: approx Venice Blue. HEX triplet: 21, 4B and 70. RGB value is (33,75,112). Sum of RGB (Red+Green+Blue) = 33+75+112=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #214B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B70 is #DEB48F. Grayscale: #424242. Windows color (decimal): -14595216 or 7359265. OLE color: 7359265.

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

Color convert

RGB3375112-
CMYK0.710.3300.56
HSL208.1º54.48%28.43%-
HSV(B)208.1º70.54%43.92%-
XYZ6.076.5316.27-
YUV66.66153.59103.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=15%
G=34.09%
B=50.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33751120.710.3300.56208.154.4828.43
Hex214B704721038d0361c
Octal41113160107410703206634
Binary10000110010111110000100011110000101110001101000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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