#335447

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

Shades of Spectra #335447

Tints of Spectra #335447

Color information

#335447 (or 0x335447) is unknown color: approx Spectra. HEX triplet: 33, 54 and 47. RGB value is (51,84,71). Sum of RGB (Red+Green+Blue) = 51+84+71=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #335447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335447 is #CCABB8. Grayscale: #484848. Windows color (decimal): -13413305 or 4674611. OLE color: 4674611.

HSL color Cylindrical-coordinate representation of color #335447: hue angle of 156.36º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335447 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB518471-
CMYK0.3900.150.67
HSL156.36º24.44%26.47%-
HSV(B)156.36º39.29%32.94%-
XYZ5.677.57.11-
YUV72.65127.07112.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=24.76%
G=40.78%
B=34.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184710.3900.150.67156.3624.4426.47
Hex335447270F439c181a
Octal63124107470171032343032
Binary11001110101001000111100111011111000011100111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335447; }

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

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

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

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

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

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

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

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