Html Css Color HEX #335648 Spectra

📋 copy color: '#335648'

red 51 ◦ green 86 ◦ blue 72

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

Shades of Spectra #335648

Tints of Spectra #335648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 24.4%
G = 41.15%
B = 34.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#335648 (or 0x335648) is known color: Spectra. HEX triplet: 33, 56 and 48. RGB value is (51,86,72). Sum of RGB (Red+Green+Blue) = 51+86+72=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #335648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335648 is #CCA9B7. Grayscale: #494949. Windows color (decimal): -13412792 or 4740659. OLE color: 4740659.

HSL color Cylindrical-coordinate representation of color #335648: hue angle of 156º 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 #335648 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 86 72 -
CMYK 0.41 0 0.16 0.66
HSL 156º 0.26% 0.27% -
HSV(B) 156º 0.41% 0.34% -
XYZ 5.86 7.83 7.33 -
YUV 73.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 51 86 72 0.41 0 0.16 0.66 156 0.26 0.27
Hex 33 56 48 29 0 10 42 9C 1A 1B
Octal 63 126 110 51 0 20 102 234 32 33
Binary 110011 1010110 1001000 101001 0 10000 1000010 10011100 11010 11011

Color Harmonies of #335648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335648

Black with #335648

Text Example


Text Example

White with #335648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335648; }

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

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

background-color css

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

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

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

border-color css

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

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

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