Html Css Color HEX #214973 Venice Blue

📋 copy color: '#214973'

red 33 ◦ green 73 ◦ blue 115

#214973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #214973

Tints of Venice Blue #214973

RGB

 RED value IS 33 (13.28% from 255) = 14.93%

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 14.93%
G = 33.03%
B = 52.04%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214973 (or 0x214973) is known color: Venice Blue. HEX triplet: 21, 49 and 73. RGB value is (33,73,115). Sum of RGB (Red+Green+Blue) = 33+73+115=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #214973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214973 is #DEB68C. Grayscale: #414141. Windows color (decimal): -14595725 or 7555361. OLE color: 7555361.

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

Color convert

RGB 33 73 115 -
CMYK 0.71 0.37 0 0.55
HSL 210.73º 0.55% 0.29% -
HSV(B) 210.73º 0.71% 0.45% -
XYZ 6.1 6.33 17.12 -
YUV 65.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 33 73 115 0.71 0.37 0 0.55 210.73 0.55 0.29
Hex 21 49 73 47 25 0 37 D3 37 1D
Octal 41 111 163 107 45 0 67 323 67 35
Binary 100001 1001001 1110011 1000111 100101 0 110111 11010011 110111 11101

Color Harmonies of #214973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214973

Black with #214973

Text Example


Text Example

White with #214973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214973; }

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

 H1.HeaderClassName
 {
   color: #214973;
 }
 .AnyTagClassName
 {
   color: #214973;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #214973;
 }
 .BgClassName
 {
   background-color: #214973;
 }
</style>

border-color css

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

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

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