Html Css Color HEX #214776 Venice Blue

📋 copy color: '#214776'

red 33 ◦ green 71 ◦ blue 118

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

Shades of Venice Blue #214776

Tints of Venice Blue #214776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 14.86%
G = 31.98%
B = 53.15%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214776 (or 0x214776) is known color: Venice Blue. HEX triplet: 21, 47 and 76. RGB value is (33,71,118). Sum of RGB (Red+Green+Blue) = 33+71+118=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #214776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214776 is #DEB889. Grayscale: #404040. Windows color (decimal): -14596234 or 7751457. OLE color: 7751457.

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

Color convert

RGB 33 71 118 -
CMYK 0.72 0.40 0 0.54
HSL 213.18º 0.56% 0.3% -
HSV(B) 213.18º 0.72% 0.46% -
XYZ 6.15 6.14 18 -
YUV 65 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 33 71 118 0.72 0.40 0 0.54 213.18 0.56 0.3
Hex 21 47 76 48 28 0 36 D5 38 1E
Octal 41 107 166 110 50 0 66 325 70 36
Binary 100001 1000111 1110110 1001000 101000 0 110110 11010101 111000 11110

Color Harmonies of #214776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214776

Black with #214776

Text Example


Text Example

White with #214776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214776; }

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

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

background-color css

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

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

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

border-color css

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

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

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