Html Css Color HEX #335171 Venice Blue

📋 copy color: '#335171'

red 51 ◦ green 81 ◦ blue 113

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

Shades of Venice Blue #335171

Tints of Venice Blue #335171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 20.82%
G = 33.06%
B = 46.12%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335171 (or 0x335171) is known color: Venice Blue. HEX triplet: 33, 51 and 71. RGB value is (51,81,113). Sum of RGB (Red+Green+Blue) = 51+81+113=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #335171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335171 is #CCAE8E. Grayscale: #4B4B4B. Windows color (decimal): -13414031 or 7426355. OLE color: 7426355.

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

Color convert

RGB 51 81 113 -
CMYK 0.55 0.28 0 0.56
HSL 210.97º 0.38% 0.32% -
HSV(B) 210.97º 0.55% 0.44% -
XYZ 7.29 7.78 16.74 -
YUV 75.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 51 81 113 0.55 0.28 0 0.56 210.97 0.38 0.32
Hex 33 51 71 37 1C 0 38 D3 26 20
Octal 63 121 161 67 34 0 70 323 46 40
Binary 110011 1010001 1110001 110111 11100 0 111000 11010011 100110 100000

Color Harmonies of #335171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335171

Black with #335171

Text Example


Text Example

White with #335171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335171; }

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

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

background-color css

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

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

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

border-color css

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

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

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