#214A71

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

Shades of Venice Blue #214A71

Tints of Venice Blue #214A71

Color information

#214A71 (or 0x214A71) is unknown color: approx Venice Blue. HEX triplet: 21, 4A and 71. RGB value is (33,74,113). Sum of RGB (Red+Green+Blue) = 33+74+113=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #214A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A71 is #DEB58E. Grayscale: #414141. Windows color (decimal): -14595471 or 7424545. OLE color: 7424545.

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

Color convert

RGB3374113-
CMYK0.710.3500.56
HSL209.25º54.79%28.63%-
HSV(B)209.25º70.8%44.31%-
XYZ6.066.4116.54-
YUV66.19154.42104.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=15%
G=33.64%
B=51.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33741130.710.3500.56209.2554.7928.63
Hex214A714723038d1371d
Octal41112161107430703216735
Binary10000110010101110001100011110001101110001101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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