#214E71

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

Shades of Venice Blue #214E71

Tints of Venice Blue #214E71

Color information

#214E71 (or 0x214E71) is unknown color: approx Venice Blue. HEX triplet: 21, 4E and 71. RGB value is (33,78,113). Sum of RGB (Red+Green+Blue) = 33+78+113=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #214E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E71 is #DEB18E. Grayscale: #444444. Windows color (decimal): -14594447 or 7425569. OLE color: 7425569.

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

Color convert

RGB3378113-
CMYK0.710.3100.56
HSL206.25º54.79%28.63%-
HSV(B)206.25º70.8%44.31%-
XYZ6.336.9616.63-
YUV68.54153.09102.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=14.73%
G=34.82%
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
Decimal33781130.710.3100.56206.2554.7928.63
Hex214E71471F038ce371d
Octal41116161107370703166735
Binary1000011001110111000110001111111101110001100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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