Html Css Color HEX #3B6052 Spectra

📋 copy color: '#3B6052'

red 59 ◦ green 96 ◦ blue 82

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

Shades of Spectra #3B6052

Tints of Spectra #3B6052

RGB

 RED value IS 59 (23.44% from 255) = 24.89%

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

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

R = 24.89%
G = 40.51%
B = 34.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#3B6052 (or 0x3B6052) is known color: Spectra. HEX triplet: 3B, 60 and 52. RGB value is (59,96,82). Sum of RGB (Red+Green+Blue) = 59+96+82=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6052 is #C49FAD. Grayscale: #535353. Windows color (decimal): -12885934 or 5398587. OLE color: 5398587.

HSL color Cylindrical-coordinate representation of color #3B6052: hue angle of 157.3º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6052 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 96 82 -
CMYK 0.39 0 0.15 0.62
HSL 157.3º 0.24% 0.3% -
HSV(B) 157.3º 0.39% 0.38% -
XYZ 7.51 9.9 9.5 -
YUV 83.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 59 96 82 0.39 0 0.15 0.62 157.3 0.24 0.3
Hex 3B 60 52 27 0 F 3E 9D 18 1E
Octal 73 140 122 47 0 17 76 235 30 36
Binary 111011 1100000 1010010 100111 0 1111 111110 10011101 11000 11110

Color Harmonies of #3B6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6052

Black with #3B6052

Text Example


Text Example

White with #3B6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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