Html Css Color HEX #214878 Venice Blue

📋 copy color: '#214878'

red 33 ◦ green 72 ◦ blue 120

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

Shades of Venice Blue #214878

Tints of Venice Blue #214878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 14.67%
G = 32%
B = 53.33%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214878 (or 0x214878) is known color: Venice Blue. HEX triplet: 21, 48 and 78. RGB value is (33,72,120). Sum of RGB (Red+Green+Blue) = 33+72+120=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #214878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214878 is #DEB787. Grayscale: #414141. Windows color (decimal): -14595976 or 7882785. OLE color: 7882785.

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

Color convert

RGB 33 72 120 -
CMYK 0.72 0.40 0 0.53
HSL 213.1º 0.57% 0.3% -
HSV(B) 213.1º 0.73% 0.47% -
XYZ 6.33 6.31 18.65 -
YUV 65.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 33 72 120 0.72 0.40 0 0.53 213.1 0.57 0.3
Hex 21 48 78 48 28 0 35 D5 39 1E
Octal 41 110 170 110 50 0 65 325 71 36
Binary 100001 1001000 1111000 1001000 101000 0 110101 11010101 111001 11110

Color Harmonies of #214878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214878

Black with #214878

Text Example


Text Example

White with #214878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214878; }

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

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

background-color css

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

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

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

border-color css

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

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

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