Html Css Color HEX #214671 Venice Blue

📋 copy color: '#214671'

red 33 ◦ green 70 ◦ blue 113

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

Shades of Venice Blue #214671

Tints of Venice Blue #214671

RGB

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

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

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

R = 15.28%
G = 32.41%
B = 52.31%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214671 (or 0x214671) is known color: Venice Blue. HEX triplet: 21, 46 and 71. RGB value is (33,70,113). Sum of RGB (Red+Green+Blue) = 33+70+113=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #214671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214671 is #DEB98E. Grayscale: #3F3F3F. Windows color (decimal): -14596495 or 7423521. OLE color: 7423521.

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

Color convert

RGB 33 70 113 -
CMYK 0.71 0.38 0 0.56
HSL 212.25º 0.55% 0.29% -
HSV(B) 212.25º 0.71% 0.44% -
XYZ 5.8 5.9 16.46 -
YUV 63.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 33 70 113 0.71 0.38 0 0.56 212.25 0.55 0.29
Hex 21 46 71 47 26 0 38 D4 37 1D
Octal 41 106 161 107 46 0 70 324 67 35
Binary 100001 1000110 1110001 1000111 100110 0 111000 11010100 110111 11101

Color Harmonies of #214671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214671

Black with #214671

Text Example


Text Example

White with #214671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214671; }

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

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

background-color css

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

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

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

border-color css

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

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

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