Html Css Color HEX #214977 Venice Blue

📋 copy color: '#214977'

red 33 ◦ green 73 ◦ blue 119

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

Shades of Venice Blue #214977

Tints of Venice Blue #214977

RGB

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

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

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

R = 14.67%
G = 32.44%
B = 52.89%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214977 (or 0x214977) is known color: Venice Blue. HEX triplet: 21, 49 and 77. RGB value is (33,73,119). Sum of RGB (Red+Green+Blue) = 33+73+119=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #214977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214977 is #DEB688. Grayscale: #424242. Windows color (decimal): -14595721 or 7817505. OLE color: 7817505.

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

Color convert

RGB 33 73 119 -
CMYK 0.72 0.39 0 0.53
HSL 212.09º 0.57% 0.3% -
HSV(B) 212.09º 0.72% 0.47% -
XYZ 6.34 6.42 18.36 -
YUV 66.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 33 73 119 0.72 0.39 0 0.53 212.09 0.57 0.3
Hex 21 49 77 48 27 0 35 D4 39 1E
Octal 41 111 167 110 47 0 65 324 71 36
Binary 100001 1001001 1110111 1001000 100111 0 110101 11010100 111001 11110

Color Harmonies of #214977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214977

Black with #214977

Text Example


Text Example

White with #214977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214977; }

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

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

background-color css

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

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

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

border-color css

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

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

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