#214779

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

Shades of Venice Blue #214779

Tints of Venice Blue #214779

Color information

#214779 (or 0x214779) is unknown color: approx Venice Blue. HEX triplet: 21, 47 and 79. RGB value is (33,71,121). Sum of RGB (Red+Green+Blue) = 33+71+121=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #214779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214779 is #DEB886. Grayscale: #414141. Windows color (decimal): -14596231 or 7948065. OLE color: 7948065.

HSL color Cylindrical-coordinate representation of color #214779: hue angle of 214.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214779 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3371121-
CMYK0.730.4100.53
HSL214.09º57.14%30.2%-
HSV(B)214.09º72.73%47.45%-
XYZ6.336.2118.95-
YUV65.34159.41104.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=14.67%
G=31.56%
B=53.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33711210.730.4100.53214.0957.1430.2
Hex2147794929035d6391e
Octal41107171111510653267136
Binary10000110001111111001100100110100101101011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214779; }

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

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

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

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

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

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

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

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