#335073

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

Shades of Venice Blue #335073

Tints of Venice Blue #335073

Color information

#335073 (or 0x335073) is unknown color: approx Venice Blue. HEX triplet: 33, 50 and 73. RGB value is (51,80,115). Sum of RGB (Red+Green+Blue) = 51+80+115=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #335073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335073 is #CCAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13414285 or 7557171. OLE color: 7557171.

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

Color convert

RGB5180115-
CMYK0.560.3000.55
HSL212.81º38.55%32.55%-
HSV(B)212.81º55.65%45.1%-
XYZ7.337.6817.32-
YUV75.32150.39110.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=20.73%
G=32.52%
B=46.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51801150.560.3000.55212.8138.5532.55
Hex335073381E037d52721
Octal6312016370360673254741
Binary1100111010000111001111100011110011011111010101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335073; }

 p { color: rgb(51,80,115); }

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

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

 a { background-color: rgb(51,80,115); }

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

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

 span { border-color: rgb(51,80,115); }

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