Html Css Color HEX #214673 Venice Blue

📋 copy color: '#214673'

red 33 ◦ green 70 ◦ blue 115

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

Shades of Venice Blue #214673

Tints of Venice Blue #214673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 15.14%
G = 32.11%
B = 52.75%

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

#214673 (or 0x214673) is known color: Venice Blue. HEX triplet: 21, 46 and 73. RGB value is (33,70,115). Sum of RGB (Red+Green+Blue) = 33+70+115=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #214673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214673 is #DEB98C. Grayscale: #3F3F3F. Windows color (decimal): -14596493 or 7554593. OLE color: 7554593.

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

Color convert

RGB 33 70 115 -
CMYK 0.71 0.39 0 0.55
HSL 212.93º 0.55% 0.29% -
HSV(B) 212.93º 0.71% 0.45% -
XYZ 5.91 5.94 17.05 -
YUV 64.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 33 70 115 0.71 0.39 0 0.55 212.93 0.55 0.29
Hex 21 46 73 47 27 0 37 D5 37 1D
Octal 41 106 163 107 47 0 67 325 67 35
Binary 100001 1000110 1110011 1000111 100111 0 110111 11010101 110111 11101

Color Harmonies of #214673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214673

Black with #214673

Text Example


Text Example

White with #214673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214673; }

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

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

background-color css

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

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

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

border-color css

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

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

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