#214A6F

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

Shades of Venice Blue #214A6F

Tints of Venice Blue #214A6F

Color information

#214A6F (or 0x214A6F) is unknown color: approx Venice Blue. HEX triplet: 21, 4A and 6F. RGB value is (33,74,111). Sum of RGB (Red+Green+Blue) = 33+74+111=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #214A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A6F is #DEB590. Grayscale: #414141. Windows color (decimal): -14595473 or 7293473. OLE color: 7293473.

HSL color Cylindrical-coordinate representation of color #214A6F: hue angle of 208.46º 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 #214A6F is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3374111-
CMYK0.700.3300.56
HSL208.46º54.17%28.24%-
HSV(B)208.46º70.27%43.53%-
XYZ5.956.3715.95-
YUV65.96153.42104.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=15.14%
G=33.94%
B=50.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33741110.700.3300.56208.4654.1728.24
Hex214A6F4621038d0361c
Octal41112157106410703206634
Binary10000110010101101111100011010000101110001101000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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