#335474

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

Shades of Venice Blue #335474

Tints of Venice Blue #335474

Color information

#335474 (or 0x335474) is unknown color: approx Venice Blue. HEX triplet: 33, 54 and 74. RGB value is (51,84,116). Sum of RGB (Red+Green+Blue) = 51+84+116=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #335474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335474 is #CCAB8B. Grayscale: #4D4D4D. Windows color (decimal): -13413260 or 7623731. OLE color: 7623731.

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

Color convert

RGB5184116-
CMYK0.560.2800.55
HSL209.54º38.92%32.75%-
HSV(B)209.54º56.03%45.49%-
XYZ7.698.3117.72-
YUV77.78149.57108.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=20.32%
G=33.47%
B=46.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51841160.560.2800.55209.5438.9232.75
Hex335474381C037d22721
Octal6312416470340673224741
Binary1100111010100111010011100011100011011111010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335474; }

 p { color: rgb(51,84,116); }

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

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

 a { background-color: rgb(51,84,116); }

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

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

 span { border-color: rgb(51,84,116); }

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