Html Css Color HEX #214576 Venice Blue

📋 copy color: '#214576'

red 33 ◦ green 69 ◦ blue 118

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

Shades of Venice Blue #214576

Tints of Venice Blue #214576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 15%
G = 31.36%
B = 53.64%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214576 (or 0x214576) is known color: Venice Blue. HEX triplet: 21, 45 and 76. RGB value is (33,69,118). Sum of RGB (Red+Green+Blue) = 33+69+118=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #214576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214576 is #DEBA89. Grayscale: #3F3F3F. Windows color (decimal): -14596746 or 7750945. OLE color: 7750945.

HSL color Cylindrical-coordinate representation of color #214576: hue angle of 214.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214576 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 69 118 -
CMYK 0.72 0.42 0 0.54
HSL 214.59º 0.56% 0.3% -
HSV(B) 214.59º 0.72% 0.46% -
XYZ 6.03 5.89 17.96 -
YUV 63.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 33 69 118 0.72 0.42 0 0.54 214.59 0.56 0.3
Hex 21 45 76 48 2A 0 36 D7 38 1E
Octal 41 105 166 110 52 0 66 327 70 36
Binary 100001 1000101 1110110 1001000 101010 0 110110 11010111 111000 11110

Color Harmonies of #214576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214576

Black with #214576

Text Example


Text Example

White with #214576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214576; }

 p { color: rgb(33,69,118); }

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

background-color css

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

 a { background-color: rgb(33,69,118); }

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

border-color css

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

 span { border-color: rgb(33,69,118); }

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