#214B71

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

Shades of Venice Blue #214B71

Tints of Venice Blue #214B71

Color information

#214B71 (or 0x214B71) is unknown color: approx Venice Blue. HEX triplet: 21, 4B and 71. RGB value is (33,75,113). Sum of RGB (Red+Green+Blue) = 33+75+113=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #214B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B71 is #DEB48E. Grayscale: #424242. Windows color (decimal): -14595215 or 7424801. OLE color: 7424801.

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

Color convert

RGB3375113-
CMYK0.710.3400.56
HSL208.5º54.79%28.63%-
HSV(B)208.5º70.8%44.31%-
XYZ6.126.5516.56-
YUV66.77154.09103.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=14.93%
G=33.94%
B=51.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33751130.710.3400.56208.554.7928.63
Hex214B714722038d0371d
Octal41113161107420703206735
Binary10000110010111110001100011110001001110001101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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