#336055

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

Shades of Spectra #336055

Tints of Spectra #336055

Color information

#336055 (or 0x336055) is unknown color: approx Spectra. HEX triplet: 33, 60 and 55. RGB value is (51,96,85). Sum of RGB (Red+Green+Blue) = 51+96+85=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #336055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336055 is #CC9FAA. Grayscale: #515151. Windows color (decimal): -13410219 or 5595187. OLE color: 5595187.

HSL color Cylindrical-coordinate representation of color #336055: hue angle of 165.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336055 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB519685-
CMYK0.4700.110.62
HSL165.33º30.61%28.82%-
HSV(B)165.33º46.88%37.65%-
XYZ7.199.7310.09-
YUV81.29130.09106.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=21.98%
G=41.38%
B=36.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196850.4700.110.62165.3330.6128.82
Hex3360552F0B3Ea51f1d
Octal6314012557013762453735
Binary1100111100000101010110111101011111110101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336055; }

 p { color: rgb(51,96,85); }

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

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

 a { background-color: rgb(51,96,85); }

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

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

 span { border-color: rgb(51,96,85); }

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