#214C75

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

Shades of Venice Blue #214C75

Tints of Venice Blue #214C75

Color information

#214C75 (or 0x214C75) is unknown color: approx Venice Blue. HEX triplet: 21, 4C and 75. RGB value is (33,76,117). Sum of RGB (Red+Green+Blue) = 33+76+117=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #214C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C75 is #DEB38A. Grayscale: #434343. Windows color (decimal): -14594955 or 7687201. OLE color: 7687201.

HSL color Cylindrical-coordinate representation of color #214C75: hue angle of 209.29º 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 #214C75 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3376117-
CMYK0.720.3500.54
HSL209.29º56%29.41%-
HSV(B)209.29º71.79%45.88%-
XYZ6.426.7817.8-
YUV67.82155.75103.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=14.60%
G=33.63%
B=51.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33761170.720.3500.54209.295629.41
Hex214C754823036d1381d
Octal41114165110430663217035
Binary10000110011001110101100100010001101101101101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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