#214C6F

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

Shades of Venice Blue #214C6F

Tints of Venice Blue #214C6F

Color information

#214C6F (or 0x214C6F) is unknown color: approx Venice Blue. HEX triplet: 21, 4C and 6F. RGB value is (33,76,111). Sum of RGB (Red+Green+Blue) = 33+76+111=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #214C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6F is #DEB390. Grayscale: #424242. Windows color (decimal): -14594961 or 7293985. OLE color: 7293985.

HSL color Cylindrical-coordinate representation of color #214C6F: hue angle of 206.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214C6F is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3376111-
CMYK0.700.3200.56
HSL206.92º54.17%28.24%-
HSV(B)206.92º70.27%43.53%-
XYZ6.086.6416-
YUV67.13152.75103.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=15%
G=34.55%
B=50.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33761110.700.3200.56206.9254.1728.24
Hex214C6F4620038cf361c
Octal41114157106400703176634
Binary10000110011001101111100011010000001110001100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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