Html Css Color HEX #336052 Spectra

📋 copy color: '#336052'

red 51 ◦ green 96 ◦ blue 82

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

Shades of Spectra #336052

Tints of Spectra #336052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 22.27%
G = 41.92%
B = 35.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#336052 (or 0x336052) is known color: Spectra. HEX triplet: 33, 60 and 52. RGB value is (51,96,82). Sum of RGB (Red+Green+Blue) = 51+96+82=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #336052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336052 is #CC9FAD. Grayscale: #505050. Windows color (decimal): -13410222 or 5398579. OLE color: 5398579.

HSL color Cylindrical-coordinate representation of color #336052: hue angle of 161.33º 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 #336052 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 82 -
CMYK 0.47 0 0.15 0.62
HSL 161.33º 0.31% 0.29% -
HSV(B) 161.33º 0.47% 0.38% -
XYZ 7.07 9.68 9.48 -
YUV 80.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 51 96 82 0.47 0 0.15 0.62 161.33 0.31 0.29
Hex 33 60 52 2F 0 F 3E A1 1F 1D
Octal 63 140 122 57 0 17 76 241 37 35
Binary 110011 1100000 1010010 101111 0 1111 111110 10100001 11111 11101

Color Harmonies of #336052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336052

Black with #336052

Text Example


Text Example

White with #336052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336052; }

 p { color: rgb(51,96,82); }

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

background-color css

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

 a { background-color: rgb(51,96,82); }

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

border-color css

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

 span { border-color: rgb(51,96,82); }

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