Html Css Color HEX #335170 Venice Blue

📋 copy color: '#335170'

red 51 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #335170

Tints of Venice Blue #335170

RGB

 RED value IS 51 (20.31% from 255) = 20.9%

 GREEN value IS 81 (32.03% from 255) = 33.2%

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 20.9%
G = 33.2%
B = 45.9%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335170 (or 0x335170) is known color: Venice Blue. HEX triplet: 33, 51 and 70. RGB value is (51,81,112). Sum of RGB (Red+Green+Blue) = 51+81+112=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #335170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335170 is #CCAE8F. Grayscale: #4B4B4B. Windows color (decimal): -13414032 or 7360819. OLE color: 7360819.

HSL color Cylindrical-coordinate representation of color #335170: hue angle of 210.49º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335170 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 81 112 -
CMYK 0.54 0.28 0 0.56
HSL 210.49º 0.37% 0.32% -
HSV(B) 210.49º 0.54% 0.44% -
XYZ 7.23 7.76 16.45 -
YUV 75.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 51 81 112 0.54 0.28 0 0.56 210.49 0.37 0.32
Hex 33 51 70 36 1C 0 38 D2 25 20
Octal 63 121 160 66 34 0 70 322 45 40
Binary 110011 1010001 1110000 110110 11100 0 111000 11010010 100101 100000

Color Harmonies of #335170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335170

Black with #335170

Text Example


Text Example

White with #335170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335170; }

 p { color: rgb(51,81,112); }

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

background-color css

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

 a { background-color: rgb(51,81,112); }

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

border-color css

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

 span { border-color: rgb(51,81,112); }

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