#214878

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

Shades of Venice Blue #214878

Tints of Venice Blue #214878

Color information

#214878 (or 0x214878) is unknown color: approx Venice Blue. HEX triplet: 21, 48 and 78. RGB value is (33,72,120). Sum of RGB (Red+Green+Blue) = 33+72+120=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #214878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214878 is #DEB787. Grayscale: #414141. Windows color (decimal): -14595976 or 7882785. OLE color: 7882785.

HSL color Cylindrical-coordinate representation of color #214878: hue angle of 213.1º 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 #214878 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3372120-
CMYK0.720.4000.53
HSL213.1º56.86%30%-
HSV(B)213.1º72.5%47.06%-
XYZ6.336.3118.65-
YUV65.81158.58104.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=14.67%
G=32%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33721200.720.4000.53213.156.8630
Hex2148784828035d5391e
Octal41110170110500653257136
Binary10000110010001111000100100010100001101011101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214878; }

 p { color: rgb(33,72,120); }

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

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

 a { background-color: rgb(33,72,120); }

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

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

 span { border-color: rgb(33,72,120); }

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