#335A4F

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

Shades of Spectra #335A4F

Tints of Spectra #335A4F

Color information

#335A4F (or 0x335A4F) is unknown color: approx Spectra. HEX triplet: 33, 5A and 4F. RGB value is (51,90,79). Sum of RGB (Red+Green+Blue) = 51+90+79=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #335A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A4F is #CCA5B0. Grayscale: #4D4D4D. Windows color (decimal): -13411761 or 5200435. OLE color: 5200435.

HSL color Cylindrical-coordinate representation of color #335A4F: hue angle of 163.08º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A4F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB519079-
CMYK0.4300.120.65
HSL163.08º27.66%27.65%-
HSV(B)163.08º43.33%35.29%-
XYZ6.438.588.71-
YUV77.08129.08109.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=23.18%
G=40.91%
B=35.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5190790.4300.120.65163.0827.6627.65
Hex335A4F2B0C41a31c1c
Octal63132117530141012433434
Binary11001110110101001111101011011001000001101000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A4F; }

 p { color: rgb(51,90,79); }

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

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

 a { background-color: rgb(51,90,79); }

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

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

 span { border-color: rgb(51,90,79); }

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