#21476F

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

Shades of Venice Blue #21476F

Tints of Venice Blue #21476F

Color information

#21476F (or 0x21476F) is unknown color: approx Venice Blue. HEX triplet: 21, 47 and 6F. RGB value is (33,71,111). Sum of RGB (Red+Green+Blue) = 33+71+111=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #21476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476F is #DEB890. Grayscale: #404040. Windows color (decimal): -14596241 or 7292705. OLE color: 7292705.

HSL color Cylindrical-coordinate representation of color #21476F: hue angle of 210.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21476F is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3371111-
CMYK0.700.3600.56
HSL210.77º54.17%28.24%-
HSV(B)210.77º70.27%43.53%-
XYZ5.755.9815.89-
YUV64.2154.41105.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=15.35%
G=33.02%
B=51.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33711110.700.3600.56210.7754.1728.24
Hex21476F4624038d3361c
Octal41107157106440703236634
Binary10000110001111101111100011010010001110001101001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21476F; }

 p { color: rgb(33,71,111); }

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

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

 a { background-color: rgb(33,71,111); }

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

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

 span { border-color: rgb(33,71,111); }

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