Html Css Color HEX #214D71 Venice Blue

📋 copy color: '#214D71'

red 33 ◦ green 77 ◦ blue 113

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

Shades of Venice Blue #214D71

Tints of Venice Blue #214D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

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

R = 14.8%
G = 34.53%
B = 50.67%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214D71 (or 0x214D71) is known color: Venice Blue. HEX triplet: 21, 4D and 71. RGB value is (33,77,113). Sum of RGB (Red+Green+Blue) = 33+77+113=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #214D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D71 is #DEB28E. Grayscale: #434343. Windows color (decimal): -14594703 or 7425313. OLE color: 7425313.

HSL color Cylindrical-coordinate representation of color #214D71: hue angle of 207º 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 #214D71 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 77 113 -
CMYK 0.71 0.32 0 0.56
HSL 207º 0.55% 0.29% -
HSV(B) 207º 0.71% 0.44% -
XYZ 6.26 6.82 16.61 -
YUV 67.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 33 77 113 0.71 0.32 0 0.56 207 0.55 0.29
Hex 21 4D 71 47 20 0 38 CF 37 1D
Octal 41 115 161 107 40 0 70 317 67 35
Binary 100001 1001101 1110001 1000111 100000 0 111000 11001111 110111 11101

Color Harmonies of #214D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D71

Black with #214D71

Text Example


Text Example

White with #214D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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