Html Css Color HEX #214779 Venice Blue

📋 copy color: '#214779'

red 33 ◦ green 71 ◦ blue 121

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

Shades of Venice Blue #214779

Tints of Venice Blue #214779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 14.67%
G = 31.56%
B = 53.78%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214779 (or 0x214779) is known color: Venice Blue. HEX triplet: 21, 47 and 79. RGB value is (33,71,121). Sum of RGB (Red+Green+Blue) = 33+71+121=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #214779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214779 is #DEB886. Grayscale: #414141. Windows color (decimal): -14596231 or 7948065. OLE color: 7948065.

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

Color convert

RGB 33 71 121 -
CMYK 0.73 0.41 0 0.53
HSL 214.09º 0.57% 0.3% -
HSV(B) 214.09º 0.73% 0.47% -
XYZ 6.33 6.21 18.95 -
YUV 65.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 33 71 121 0.73 0.41 0 0.53 214.09 0.57 0.3
Hex 21 47 79 49 29 0 35 D6 39 1E
Octal 41 107 171 111 51 0 65 326 71 36
Binary 100001 1000111 1111001 1001001 101001 0 110101 11010110 111001 11110

Color Harmonies of #214779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214779

Black with #214779

Text Example


Text Example

White with #214779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214779; }

 p { color: rgb(33,71,121); }

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

background-color css

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

 a { background-color: rgb(33,71,121); }

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

border-color css

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

 span { border-color: rgb(33,71,121); }

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