Html Css Color HEX #214672 Venice Blue

📋 copy color: '#214672'

red 33 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #214672

Tints of Venice Blue #214672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 15.21%
G = 32.26%
B = 52.53%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214672 (or 0x214672) is known color: Venice Blue. HEX triplet: 21, 46 and 72. RGB value is (33,70,114). Sum of RGB (Red+Green+Blue) = 33+70+114=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #214672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214672 is #DEB98D. Grayscale: #3F3F3F. Windows color (decimal): -14596494 or 7489057. OLE color: 7489057.

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

Color convert

RGB 33 70 114 -
CMYK 0.71 0.39 0 0.55
HSL 212.59º 0.55% 0.29% -
HSV(B) 212.59º 0.71% 0.45% -
XYZ 5.85 5.92 16.75 -
YUV 63.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 33 70 114 0.71 0.39 0 0.55 212.59 0.55 0.29
Hex 21 46 72 47 27 0 37 D5 37 1D
Octal 41 106 162 107 47 0 67 325 67 35
Binary 100001 1000110 1110010 1000111 100111 0 110111 11010101 110111 11101

Color Harmonies of #214672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214672

Black with #214672

Text Example


Text Example

White with #214672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214672; }

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

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

background-color css

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

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

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

border-color css

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

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

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