#335375

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

Shades of Venice Blue #335375

Tints of Venice Blue #335375

Color information

#335375 (or 0x335375) is unknown color: approx Venice Blue. HEX triplet: 33, 53 and 75. RGB value is (51,83,117). Sum of RGB (Red+Green+Blue) = 51+83+117=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #335375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335375 is #CCAC8A. Grayscale: #4D4D4D. Windows color (decimal): -13413515 or 7689011. OLE color: 7689011.

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

Color convert

RGB5183117-
CMYK0.560.2900.54
HSL210.91º39.29%32.94%-
HSV(B)210.91º56.41%45.88%-
XYZ7.678.1718-
YUV77.31150.4109.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=20.32%
G=33.07%
B=46.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51831170.560.2900.54210.9139.2932.94
Hex335375381D036d32721
Octal6312316570350663234741
Binary1100111010011111010111100011101011011011010011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335375; }

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

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

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

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

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

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

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

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