Html Css Color HEX #214971 Venice Blue

📋 copy color: '#214971'

red 33 ◦ green 73 ◦ blue 113

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

Shades of Venice Blue #214971

Tints of Venice Blue #214971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 15.07%
G = 33.33%
B = 51.6%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214971 (or 0x214971) is known color: Venice Blue. HEX triplet: 21, 49 and 71. RGB value is (33,73,113). Sum of RGB (Red+Green+Blue) = 33+73+113=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #214971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214971 is #DEB68E. Grayscale: #414141. Windows color (decimal): -14595727 or 7424289. OLE color: 7424289.

HSL color Cylindrical-coordinate representation of color #214971: hue angle of 210º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214971 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 73 113 -
CMYK 0.71 0.35 0 0.56
HSL 210º 0.55% 0.29% -
HSV(B) 210º 0.71% 0.44% -
XYZ 5.99 6.28 16.52 -
YUV 65.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 33 73 113 0.71 0.35 0 0.56 210 0.55 0.29
Hex 21 49 71 47 23 0 38 D2 37 1D
Octal 41 111 161 107 43 0 70 322 67 35
Binary 100001 1001001 1110001 1000111 100011 0 111000 11010010 110111 11101

Color Harmonies of #214971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214971

Black with #214971

Text Example


Text Example

White with #214971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214971; }

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

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

background-color css

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

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

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

border-color css

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

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

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