#214E70

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

Shades of Venice Blue #214E70

Tints of Venice Blue #214E70

Color information

#214E70 (or 0x214E70) is unknown color: approx Venice Blue. HEX triplet: 21, 4E and 70. RGB value is (33,78,112). Sum of RGB (Red+Green+Blue) = 33+78+112=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #214E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E70 is #DEB18F. Grayscale: #444444. Windows color (decimal): -14594448 or 7360033. OLE color: 7360033.

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

Color convert

RGB3378112-
CMYK0.710.3000.56
HSL205.82º54.48%28.43%-
HSV(B)205.82º70.54%43.92%-
XYZ6.286.9416.34-
YUV68.42152.59102.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=14.80%
G=34.98%
B=50.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33781120.710.3000.56205.8254.4828.43
Hex214E70471E038ce361c
Octal41116160107360703166634
Binary1000011001110111000010001111111001110001100111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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