Html Css Color HEX #214678 Venice Blue

📋 copy color: '#214678'

red 33 ◦ green 70 ◦ blue 120

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

Shades of Venice Blue #214678

Tints of Venice Blue #214678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 14.8%
G = 31.39%
B = 53.81%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214678 (or 0x214678) is known color: Venice Blue. HEX triplet: 21, 46 and 78. RGB value is (33,70,120). Sum of RGB (Red+Green+Blue) = 33+70+120=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #214678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214678 is #DEB987. Grayscale: #404040. Windows color (decimal): -14596488 or 7882273. OLE color: 7882273.

HSL color Cylindrical-coordinate representation of color #214678: hue angle of 214.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214678 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 70 120 -
CMYK 0.72 0.42 0 0.53
HSL 214.48º 0.57% 0.3% -
HSV(B) 214.48º 0.73% 0.47% -
XYZ 6.21 6.06 18.61 -
YUV 64.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 33 70 120 0.72 0.42 0 0.53 214.48 0.57 0.3
Hex 21 46 78 48 2A 0 35 D6 39 1E
Octal 41 106 170 110 52 0 65 326 71 36
Binary 100001 1000110 1111000 1001000 101010 0 110101 11010110 111001 11110

Color Harmonies of #214678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214678

Black with #214678

Text Example


Text Example

White with #214678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214678; }

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

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

background-color css

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

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

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

border-color css

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

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

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