#335370

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

Shades of Venice Blue #335370

Tints of Venice Blue #335370

Color information

#335370 (or 0x335370) is unknown color: approx Venice Blue. HEX triplet: 33, 53 and 70. RGB value is (51,83,112). Sum of RGB (Red+Green+Blue) = 51+83+112=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #335370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335370 is #CCAC8F. Grayscale: #4C4C4C. Windows color (decimal): -13413520 or 7361331. OLE color: 7361331.

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

Color convert

RGB5183112-
CMYK0.540.2600.56
HSL208.52º37.42%31.96%-
HSV(B)208.52º54.46%43.92%-
XYZ7.388.0616.5-
YUV76.74147.9109.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=20.73%
G=33.74%
B=45.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51831120.540.2600.56208.5237.4231.96
Hex335370361A038d12520
Octal6312316066320703214540
Binary1100111010011111000011011011010011100011010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335370; }

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

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

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

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

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

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

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

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