#214B73

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

Shades of Venice Blue #214B73

Tints of Venice Blue #214B73

Color information

#214B73 (or 0x214B73) is unknown color: approx Venice Blue. HEX triplet: 21, 4B and 73. RGB value is (33,75,115). Sum of RGB (Red+Green+Blue) = 33+75+115=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #214B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B73 is #DEB48C. Grayscale: #424242. Windows color (decimal): -14595213 or 7555873. OLE color: 7555873.

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

Color convert

RGB3375115-
CMYK0.710.3500.55
HSL209.27º55.41%29.02%-
HSV(B)209.27º71.3%45.1%-
XYZ6.246.5917.16-
YUV67155.09103.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=14.80%
G=33.63%
B=51.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33751150.710.3500.55209.2755.4129.02
Hex214B734723037d1371d
Octal41113163107430673216735
Binary10000110010111110011100011110001101101111101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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