Html Css Color HEX #215076 Venice Blue

📋 copy color: '#215076'

red 33 ◦ green 80 ◦ blue 118

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

Shades of Venice Blue #215076

Tints of Venice Blue #215076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 14.29%
G = 34.63%
B = 51.08%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215076 (or 0x215076) is known color: Venice Blue. HEX triplet: 21, 50 and 76. RGB value is (33,80,118). Sum of RGB (Red+Green+Blue) = 33+80+118=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #215076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215076 is #DEAF89. Grayscale: #464646. Windows color (decimal): -14593930 or 7753761. OLE color: 7753761.

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

Color convert

RGB 33 80 118 -
CMYK 0.72 0.32 0 0.54
HSL 206.82º 0.56% 0.3% -
HSV(B) 206.82º 0.72% 0.46% -
XYZ 6.77 7.37 18.21 -
YUV 70.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 33 80 118 0.72 0.32 0 0.54 206.82 0.56 0.3
Hex 21 50 76 48 20 0 36 CF 38 1E
Octal 41 120 166 110 40 0 66 317 70 36
Binary 100001 1010000 1110110 1001000 100000 0 110110 11001111 111000 11110

Color Harmonies of #215076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215076

Black with #215076

Text Example


Text Example

White with #215076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215076; }

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

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

background-color css

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

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

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

border-color css

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

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

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