#214571

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

Shades of Venice Blue #214571

Tints of Venice Blue #214571

Color information

#214571 (or 0x214571) is unknown color: approx Venice Blue. HEX triplet: 21, 45 and 71. RGB value is (33,69,113). Sum of RGB (Red+Green+Blue) = 33+69+113=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #214571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214571 is #DEBA8E. Grayscale: #3F3F3F. Windows color (decimal): -14596751 or 7423265. OLE color: 7423265.

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

Color convert

RGB3369113-
CMYK0.710.3900.56
HSL213º54.79%28.63%-
HSV(B)213º70.8%44.31%-
XYZ5.745.7716.43-
YUV63.25156.07106.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=15.35%
G=32.09%
B=52.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33691130.710.3900.5621354.7928.63
Hex2145714727038d5371d
Octal41105161107470703256735
Binary10000110001011110001100011110011101110001101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214571; }

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

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

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

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

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

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

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

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