Html Css Color HEX #335647 Spectra

📋 copy color: '#335647'

red 51 ◦ green 86 ◦ blue 71

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

Shades of Spectra #335647

Tints of Spectra #335647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 24.52%
G = 41.35%
B = 34.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#335647 (or 0x335647) is known color: Spectra. HEX triplet: 33, 56 and 47. RGB value is (51,86,71). Sum of RGB (Red+Green+Blue) = 51+86+71=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #335647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335647 is #CCA9B8. Grayscale: #494949. Windows color (decimal): -13412793 or 4675123. OLE color: 4675123.

HSL color Cylindrical-coordinate representation of color #335647: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335647 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 86 71 -
CMYK 0.41 0 0.17 0.66
HSL 154.29º 0.26% 0.27% -
HSV(B) 154.29º 0.41% 0.34% -
XYZ 5.83 7.81 7.16 -
YUV 73.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 51 86 71 0.41 0 0.17 0.66 154.29 0.26 0.27
Hex 33 56 47 29 0 11 42 9A 1A 1B
Octal 63 126 107 51 0 21 102 232 32 33
Binary 110011 1010110 1000111 101001 0 10001 1000010 10011010 11010 11011

Color Harmonies of #335647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335647

Black with #335647

Text Example


Text Example

White with #335647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335647; }

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

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

background-color css

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

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

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

border-color css

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

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

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