#335448

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

Shades of Spectra #335448

Tints of Spectra #335448

Color information

#335448 (or 0x335448) is unknown color: approx Spectra. HEX triplet: 33, 54 and 48. RGB value is (51,84,72). Sum of RGB (Red+Green+Blue) = 51+84+72=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #335448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335448 is #CCABB7. Grayscale: #484848. Windows color (decimal): -13413304 or 4740147. OLE color: 4740147.

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

Color convert

RGB518472-
CMYK0.3900.140.67
HSL158.18º24.44%26.47%-
HSV(B)158.18º39.29%32.94%-
XYZ5.717.517.28-
YUV72.76127.57112.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=24.64%
G=40.58%
B=34.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184720.3900.140.67158.1824.4426.47
Hex335448270E439e181a
Octal63124110470161032363032
Binary11001110101001001000100111011101000011100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335448; }

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

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

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

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

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

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

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

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