#335976

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

Shades of Venice Blue #335976

Tints of Venice Blue #335976

Color information

#335976 (or 0x335976) is unknown color: approx Venice Blue. HEX triplet: 33, 59 and 76. RGB value is (51,89,118). Sum of RGB (Red+Green+Blue) = 51+89+118=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #335976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335976 is #CCA689. Grayscale: #505050. Windows color (decimal): -13411978 or 7756083. OLE color: 7756083.

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

Color convert

RGB5189118-
CMYK0.570.2500.54
HSL205.97º39.64%33.14%-
HSV(B)205.97º56.78%46.27%-
XYZ8.219.1618.47-
YUV80.94148.91106.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=19.77%
G=34.50%
B=45.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51891180.570.2500.54205.9739.6433.14
Hex3359763919036ce2821
Octal6313116671310663165041
Binary1100111011001111011011100111001011011011001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335976; }

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

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

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

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

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

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

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

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