#335975

Color #335975 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #335975

Tints of Venice Blue #335975

Color information

#335975 (or 0x335975) is unknown color: approx Venice Blue. HEX triplet: 33, 59 and 75. RGB value is (51,89,117). Sum of RGB (Red+Green+Blue) = 51+89+117=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #335975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335975 is #CCA68A. Grayscale: #505050. Windows color (decimal): -13411979 or 7690547. OLE color: 7690547.

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

Color convert

RGB5189117-
CMYK0.560.2400.54
HSL205.45º39.29%32.94%-
HSV(B)205.45º56.41%45.88%-
XYZ8.159.1318.16-
YUV80.83148.41106.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=19.84%
G=34.63%
B=45.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51891170.560.2400.54205.4539.2932.94
Hex3359753818036cd2721
Octal6313116570300663154741
Binary1100111011001111010111100011000011011011001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335975; }

 p { color: rgb(51,89,117); }

 H1.HeaderClassName
 {
   color: #335975;
 }
 .AnyTagClassName
 {
   color: #335975;
 }
</style>
background-color css

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

 a { background-color: rgb(51,89,117); }

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

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

 span { border-color: rgb(51,89,117); }

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