#214C76

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

Shades of Venice Blue #214C76

Tints of Venice Blue #214C76

Color information

#214C76 (or 0x214C76) is unknown color: approx Venice Blue. HEX triplet: 21, 4C and 76. RGB value is (33,76,118). Sum of RGB (Red+Green+Blue) = 33+76+118=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #214C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C76 is #DEB389. Grayscale: #434343. Windows color (decimal): -14594954 or 7752737. OLE color: 7752737.

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

Color convert

RGB3376118-
CMYK0.720.3600.54
HSL209.65º56.29%29.61%-
HSV(B)209.65º72.03%46.27%-
XYZ6.486.818.11-
YUV67.93156.25103.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=14.54%
G=33.48%
B=51.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33761180.720.3600.54209.6556.2929.61
Hex214C764824036d2381e
Octal41114166110440663227036
Binary10000110011001110110100100010010001101101101001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214C76; }

 p { color: rgb(33,76,118); }

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

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

 a { background-color: rgb(33,76,118); }

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

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

 span { border-color: rgb(33,76,118); }

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