Html Css Color HEX #214772 Venice Blue

📋 copy color: '#214772'

red 33 ◦ green 71 ◦ blue 114

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

Shades of Venice Blue #214772

Tints of Venice Blue #214772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 15.14%
G = 32.57%
B = 52.29%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214772 (or 0x214772) is known color: Venice Blue. HEX triplet: 21, 47 and 72. RGB value is (33,71,114). Sum of RGB (Red+Green+Blue) = 33+71+114=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #214772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214772 is #DEB88D. Grayscale: #404040. Windows color (decimal): -14596238 or 7489313. OLE color: 7489313.

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

Color convert

RGB 33 71 114 -
CMYK 0.71 0.38 0 0.55
HSL 211.85º 0.55% 0.29% -
HSV(B) 211.85º 0.71% 0.45% -
XYZ 5.92 6.04 16.77 -
YUV 64.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 33 71 114 0.71 0.38 0 0.55 211.85 0.55 0.29
Hex 21 47 72 47 26 0 37 D4 37 1D
Octal 41 107 162 107 46 0 67 324 67 35
Binary 100001 1000111 1110010 1000111 100110 0 110111 11010100 110111 11101

Color Harmonies of #214772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214772

Black with #214772

Text Example


Text Example

White with #214772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214772; }

 p { color: rgb(33,71,114); }

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

background-color css

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

 a { background-color: rgb(33,71,114); }

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

border-color css

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

 span { border-color: rgb(33,71,114); }

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