Html Css Color HEX #214677 Venice Blue

📋 copy color: '#214677'

red 33 ◦ green 70 ◦ blue 119

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

Shades of Venice Blue #214677

Tints of Venice Blue #214677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 14.86%
G = 31.53%
B = 53.6%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214677 (or 0x214677) is known color: Venice Blue. HEX triplet: 21, 46 and 77. RGB value is (33,70,119). Sum of RGB (Red+Green+Blue) = 33+70+119=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #214677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214677 is #DEB988. Grayscale: #404040. Windows color (decimal): -14596489 or 7816737. OLE color: 7816737.

HSL color Cylindrical-coordinate representation of color #214677: hue angle of 214.19º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214677 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 70 119 -
CMYK 0.72 0.41 0 0.53
HSL 214.19º 0.57% 0.3% -
HSV(B) 214.19º 0.72% 0.47% -
XYZ 6.15 6.04 18.29 -
YUV 64.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 33 70 119 0.72 0.41 0 0.53 214.19 0.57 0.3
Hex 21 46 77 48 29 0 35 D6 39 1E
Octal 41 106 167 110 51 0 65 326 71 36
Binary 100001 1000110 1110111 1001000 101001 0 110101 11010110 111001 11110

Color Harmonies of #214677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214677

Black with #214677

Text Example


Text Example

White with #214677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214677; }

 p { color: rgb(33,70,119); }

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

background-color css

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

 a { background-color: rgb(33,70,119); }

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

border-color css

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

 span { border-color: rgb(33,70,119); }

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