#214475

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

Shades of Venice Blue #214475

Tints of Venice Blue #214475

Color information

#214475 (or 0x214475) is unknown color: approx Venice Blue. HEX triplet: 21, 44 and 75. RGB value is (33,68,117). Sum of RGB (Red+Green+Blue) = 33+68+117=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #214475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214475 is #DEBB8A. Grayscale: #3E3E3E. Windows color (decimal): -14597003 or 7685153. OLE color: 7685153.

HSL color Cylindrical-coordinate representation of color #214475: hue angle of 215º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214475 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3368117-
CMYK0.720.4200.54
HSL215º56%29.41%-
HSV(B)215º71.79%45.88%-
XYZ5.915.7417.63-
YUV63.12158.4106.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=15.14%
G=31.19%
B=53.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33681170.720.4200.542155629.41
Hex214475482A036d7381d
Octal41104165110520663277035
Binary10000110001001110101100100010101001101101101011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214475; }

 p { color: rgb(33,68,117); }

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

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

 a { background-color: rgb(33,68,117); }

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

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

 span { border-color: rgb(33,68,117); }

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