Html Css Color HEX #336255 Spectra

📋 copy color: '#336255'

red 51 ◦ green 98 ◦ blue 85

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

Shades of Spectra #336255

Tints of Spectra #336255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 21.79%
G = 41.88%
B = 36.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#336255 (or 0x336255) is known color: Spectra. HEX triplet: 33, 62 and 55. RGB value is (51,98,85). Sum of RGB (Red+Green+Blue) = 51+98+85=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #336255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336255 is #CC9DAA. Grayscale: #525252. Windows color (decimal): -13409707 or 5595699. OLE color: 5595699.

HSL color Cylindrical-coordinate representation of color #336255: hue angle of 163.4º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336255 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 98 85 -
CMYK 0.48 0 0.13 0.62
HSL 163.4º 0.32% 0.29% -
HSV(B) 163.4º 0.48% 0.38% -
XYZ 7.37 10.1 10.15 -
YUV 82.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 51 98 85 0.48 0 0.13 0.62 163.4 0.32 0.29
Hex 33 62 55 30 0 D 3E A3 20 1D
Octal 63 142 125 60 0 15 76 243 40 35
Binary 110011 1100010 1010101 110000 0 1101 111110 10100011 100000 11101

Color Harmonies of #336255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336255

Black with #336255

Text Example


Text Example

White with #336255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336255; }

 p { color: rgb(51,98,85); }

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

background-color css

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

 a { background-color: rgb(51,98,85); }

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

border-color css

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

 span { border-color: rgb(51,98,85); }

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