Html Css Color HEX #214C71 Venice Blue

📋 copy color: '#214C71'

red 33 ◦ green 76 ◦ blue 113

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

Shades of Venice Blue #214C71

Tints of Venice Blue #214C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

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

R = 14.86%
G = 34.23%
B = 50.9%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214C71 (or 0x214C71) is known color: Venice Blue. HEX triplet: 21, 4C and 71. RGB value is (33,76,113). Sum of RGB (Red+Green+Blue) = 33+76+113=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #214C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C71 is #DEB38E. Grayscale: #434343. Windows color (decimal): -14594959 or 7425057. OLE color: 7425057.

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

Color convert

RGB 33 76 113 -
CMYK 0.71 0.33 0 0.56
HSL 207.75º 0.55% 0.29% -
HSV(B) 207.75º 0.71% 0.44% -
XYZ 6.19 6.68 16.59 -
YUV 67.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 33 76 113 0.71 0.33 0 0.56 207.75 0.55 0.29
Hex 21 4C 71 47 21 0 38 D0 37 1D
Octal 41 114 161 107 41 0 70 320 67 35
Binary 100001 1001100 1110001 1000111 100001 0 111000 11010000 110111 11101

Color Harmonies of #214C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C71

Black with #214C71

Text Example


Text Example

White with #214C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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