#214A75

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

Shades of Venice Blue #214A75

Tints of Venice Blue #214A75

Color information

#214A75 (or 0x214A75) is unknown color: approx Venice Blue. HEX triplet: 21, 4A and 75. RGB value is (33,74,117). Sum of RGB (Red+Green+Blue) = 33+74+117=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #214A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A75 is #DEB58A. Grayscale: #424242. Windows color (decimal): -14595467 or 7686689. OLE color: 7686689.

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

Color convert

RGB3374117-
CMYK0.720.3700.54
HSL210.71º56%29.41%-
HSV(B)210.71º71.79%45.88%-
XYZ6.296.5117.75-
YUV66.64156.42104-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=14.73%
G=33.04%
B=52.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33741170.720.3700.54210.715629.41
Hex214A754825036d3381d
Octal41112165110450663237035
Binary10000110010101110101100100010010101101101101001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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