Html Css Color HEX #214A78 Venice Blue

📋 copy color: '#214A78'

red 33 ◦ green 74 ◦ blue 120

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

Shades of Venice Blue #214A78

Tints of Venice Blue #214A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 14.54%
G = 32.6%
B = 52.86%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214A78 (or 0x214A78) is known color: Venice Blue. HEX triplet: 21, 4A and 78. RGB value is (33,74,120). Sum of RGB (Red+Green+Blue) = 33+74+120=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #214A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A78 is #DEB587. Grayscale: #424242. Windows color (decimal): -14595464 or 7883297. OLE color: 7883297.

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

Color convert

RGB 33 74 120 -
CMYK 0.72 0.38 0 0.53
HSL 211.72º 0.57% 0.3% -
HSV(B) 211.72º 0.73% 0.47% -
XYZ 6.47 6.58 18.7 -
YUV 66.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 33 74 120 0.72 0.38 0 0.53 211.72 0.57 0.3
Hex 21 4A 78 48 26 0 35 D4 39 1E
Octal 41 112 170 110 46 0 65 324 71 36
Binary 100001 1001010 1111000 1001000 100110 0 110101 11010100 111001 11110

Color Harmonies of #214A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A78

Black with #214A78

Text Example


Text Example

White with #214A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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