#214671

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

Shades of Venice Blue #214671

Tints of Venice Blue #214671

Color information

#214671 (or 0x214671) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 71. RGB value is (33,70,113). Sum of RGB (Red+Green+Blue) = 33+70+113=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #214671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214671 is #DEB98E. Grayscale: #3F3F3F. Windows color (decimal): -14596495 or 7423521. OLE color: 7423521.

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

Color convert

RGB3370113-
CMYK0.710.3800.56
HSL212.25º54.79%28.63%-
HSV(B)212.25º70.8%44.31%-
XYZ5.85.916.46-
YUV63.84155.74106-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=15.28%
G=32.41%
B=52.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33701130.710.3800.56212.2554.7928.63
Hex2146714726038d4371d
Octal41106161107460703246735
Binary10000110001101110001100011110011001110001101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214671; }

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

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

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

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

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

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

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

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