Html Css Color HEX #214976 Venice Blue

📋 copy color: '#214976'

red 33 ◦ green 73 ◦ blue 118

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

Shades of Venice Blue #214976

Tints of Venice Blue #214976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 14.73%
G = 32.59%
B = 52.68%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214976 (or 0x214976) is known color: Venice Blue. HEX triplet: 21, 49 and 76. RGB value is (33,73,118). Sum of RGB (Red+Green+Blue) = 33+73+118=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #214976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214976 is #DEB689. Grayscale: #414141. Windows color (decimal): -14595722 or 7751969. OLE color: 7751969.

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

Color convert

RGB 33 73 118 -
CMYK 0.72 0.38 0 0.54
HSL 211.76º 0.56% 0.3% -
HSV(B) 211.76º 0.72% 0.46% -
XYZ 6.28 6.4 18.04 -
YUV 66.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 33 73 118 0.72 0.38 0 0.54 211.76 0.56 0.3
Hex 21 49 76 48 26 0 36 D4 38 1E
Octal 41 111 166 110 46 0 66 324 70 36
Binary 100001 1001001 1110110 1001000 100110 0 110110 11010100 111000 11110

Color Harmonies of #214976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214976

Black with #214976

Text Example


Text Example

White with #214976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214976; }

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

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

background-color css

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

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

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

border-color css

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

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

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