Html Css Color HEX #214978 Venice Blue

📋 copy color: '#214978'

red 33 ◦ green 73 ◦ blue 120

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

Shades of Venice Blue #214978

Tints of Venice Blue #214978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

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

R = 14.6%
G = 32.3%
B = 53.1%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214978 (or 0x214978) is known color: Venice Blue. HEX triplet: 21, 49 and 78. RGB value is (33,73,120). Sum of RGB (Red+Green+Blue) = 33+73+120=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #214978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214978 is #DEB687. Grayscale: #424242. Windows color (decimal): -14595720 or 7883041. OLE color: 7883041.

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

Color convert

RGB 33 73 120 -
CMYK 0.72 0.39 0 0.53
HSL 212.41º 0.57% 0.3% -
HSV(B) 212.41º 0.73% 0.47% -
XYZ 6.4 6.44 18.68 -
YUV 66.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 33 73 120 0.72 0.39 0 0.53 212.41 0.57 0.3
Hex 21 49 78 48 27 0 35 D4 39 1E
Octal 41 111 170 110 47 0 65 324 71 36
Binary 100001 1001001 1111000 1001000 100111 0 110101 11010100 111001 11110

Color Harmonies of #214978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214978

Black with #214978

Text Example


Text Example

White with #214978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214978; }

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

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

background-color css

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

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

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

border-color css

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

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

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