Html Css Color HEX #336854 Spectra

📋 copy color: '#336854'

red 51 ◦ green 104 ◦ blue 84

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

Shades of Spectra #336854

Tints of Spectra #336854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 21.34%
G = 43.51%
B = 35.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#336854 (or 0x336854) is known color: Spectra. HEX triplet: 33, 68 and 54. RGB value is (51,104,84). Sum of RGB (Red+Green+Blue) = 51+104+84=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #336854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336854 is #CC97AB. Grayscale: #555555. Windows color (decimal): -13408172 or 5531699. OLE color: 5531699.

HSL color Cylindrical-coordinate representation of color #336854: hue angle of 157.36º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336854 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 84 -
CMYK 0.51 0 0.19 0.59
HSL 157.36º 0.34% 0.3% -
HSV(B) 157.36º 0.51% 0.41% -
XYZ 7.92 11.24 10.14 -
YUV 85.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 51 104 84 0.51 0 0.19 0.59 157.36 0.34 0.3
Hex 33 68 54 33 0 13 3B 9D 22 1E
Octal 63 150 124 63 0 23 73 235 42 36
Binary 110011 1101000 1010100 110011 0 10011 111011 10011101 100010 11110

Color Harmonies of #336854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336854

Black with #336854

Text Example


Text Example

White with #336854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336854; }

 p { color: rgb(51,104,84); }

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

background-color css

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

 a { background-color: rgb(51,104,84); }

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

border-color css

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

 span { border-color: rgb(51,104,84); }

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