Html Css Color HEX #336155 Spectra

📋 copy color: '#336155'

red 51 ◦ green 97 ◦ blue 85

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

Shades of Spectra #336155

Tints of Spectra #336155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 21.89%
G = 41.63%
B = 36.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#336155 (or 0x336155) is known color: Spectra. HEX triplet: 33, 61 and 55. RGB value is (51,97,85). Sum of RGB (Red+Green+Blue) = 51+97+85=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #336155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336155 is #CC9EAA. Grayscale: #515151. Windows color (decimal): -13409963 or 5595443. OLE color: 5595443.

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

Color convert

RGB 51 97 85 -
CMYK 0.47 0 0.12 0.62
HSL 164.35º 0.31% 0.29% -
HSV(B) 164.35º 0.47% 0.38% -
XYZ 7.28 9.91 10.12 -
YUV 81.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 51 97 85 0.47 0 0.12 0.62 164.35 0.31 0.29
Hex 33 61 55 2F 0 C 3E A4 1F 1D
Octal 63 141 125 57 0 14 76 244 37 35
Binary 110011 1100001 1010101 101111 0 1100 111110 10100100 11111 11101

Color Harmonies of #336155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336155

Black with #336155

Text Example


Text Example

White with #336155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336155; }

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

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

background-color css

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

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

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

border-color css

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

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

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