Html Css Color HEX #335B49 Spectra

📋 copy color: '#335B49'

red 51 ◦ green 91 ◦ blue 73

#335B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #335B49

Tints of Spectra #335B49

RGB

 RED value IS 51 (20.31% from 255) = 23.72%

 GREEN value IS 91 (35.94% from 255) = 42.33%

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 23.72%
G = 42.33%
B = 33.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#335B49 (or 0x335B49) is known color: Spectra. HEX triplet: 33, 5B and 49. RGB value is (51,91,73). Sum of RGB (Red+Green+Blue) = 51+91+73=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #335B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B49 is #CCA4B6. Grayscale: #4D4D4D. Windows color (decimal): -13411511 or 4807475. OLE color: 4807475.

HSL color Cylindrical-coordinate representation of color #335B49: hue angle of 153º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B49 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 73 -
CMYK 0.44 0 0.20 0.64
HSL 153º 0.28% 0.28% -
HSV(B) 153º 0.44% 0.36% -
XYZ 6.31 8.67 7.64 -
YUV 76.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 51 91 73 0.44 0 0.20 0.64 153 0.28 0.28
Hex 33 5B 49 2C 0 14 40 99 1C 1C
Octal 63 133 111 54 0 24 100 231 34 34
Binary 110011 1011011 1001001 101100 0 10100 1000000 10011001 11100 11100

Color Harmonies of #335B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B49

Black with #335B49

Text Example


Text Example

White with #335B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,91,73); }

 H1.HeaderClassName
 {
   color: #335B49;
 }
 .AnyTagClassName
 {
   color: #335B49;
 }
</style>

background-color css

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

 a { background-color: rgb(51,91,73); }

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

border-color css

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

 span { border-color: rgb(51,91,73); }

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