#21496E

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

Shades of Venice Blue #21496E

Tints of Venice Blue #21496E

Color information

#21496E (or 0x21496E) is unknown color: approx Venice Blue. HEX triplet: 21, 49 and 6E. RGB value is (33,73,110). Sum of RGB (Red+Green+Blue) = 33+73+110=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #21496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21496E is #DEB691. Grayscale: #414141. Windows color (decimal): -14595730 or 7227681. OLE color: 7227681.

HSL color Cylindrical-coordinate representation of color #21496E: hue angle of 208.83º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21496E is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3373110-
CMYK0.70.3400.57
HSL208.83º53.85%28.04%-
HSV(B)208.83º70%43.14%-
XYZ5.826.2115.64-
YUV65.26153.25104.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=15.28%
G=33.80%
B=50.93%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33731100.70.3400.57208.8353.8528.04
Hex21496E4622039d1361c
Octal41111156106420713216634
Binary10000110010011101110100011010001001110011101000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21496E; }

 p { color: rgb(33,73,110); }

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

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

 a { background-color: rgb(33,73,110); }

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

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

 span { border-color: rgb(33,73,110); }

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