#214C73

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

Shades of Venice Blue #214C73

Tints of Venice Blue #214C73

Color information

#214C73 (or 0x214C73) is unknown color: approx Venice Blue. HEX triplet: 21, 4C and 73. RGB value is (33,76,115). Sum of RGB (Red+Green+Blue) = 33+76+115=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #214C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C73 is #DEB38C. Grayscale: #434343. Windows color (decimal): -14594957 or 7556129. OLE color: 7556129.

HSL color Cylindrical-coordinate representation of color #214C73: hue angle of 208.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214C73 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3376115-
CMYK0.710.3400.55
HSL208.54º55.41%29.02%-
HSV(B)208.54º71.3%45.1%-
XYZ6.316.7317.19-
YUV67.59154.75103.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=14.73%
G=33.93%
B=51.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33761150.710.3400.55208.5455.4129.02
Hex214C734722037d1371d
Octal41114163107420673216735
Binary10000110011001110011100011110001001101111101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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