#335348

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

Shades of Spectra #335348

Tints of Spectra #335348

Color information

#335348 (or 0x335348) is unknown color: approx Spectra. HEX triplet: 33, 53 and 48. RGB value is (51,83,72). Sum of RGB (Red+Green+Blue) = 51+83+72=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #335348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335348 is #CCACB7. Grayscale: #484848. Windows color (decimal): -13413560 or 4739891. OLE color: 4739891.

HSL color Cylindrical-coordinate representation of color #335348: hue angle of 159.38º 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 #335348 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB518372-
CMYK0.3900.130.67
HSL159.38º23.88%26.27%-
HSV(B)159.38º38.55%32.55%-
XYZ5.637.367.25-
YUV72.18127.9112.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=24.76%
G=40.29%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183720.3900.130.67159.3823.8826.27
Hex335348270D439f181a
Octal63123110470151032373032
Binary11001110100111001000100111011011000011100111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335348; }

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

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

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

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

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

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

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

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