#36584B

Color #36584B Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #36584B

Tints of Spectra #36584B

Color information

#36584B (or 0x36584B) is unknown color: approx Spectra. HEX triplet: 36, 58 and 4B. RGB value is (54,88,75). Sum of RGB (Red+Green+Blue) = 54+88+75=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #36584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36584B is #C9A7B4. Grayscale: #4C4C4C. Windows color (decimal): -13215669 or 4937782. OLE color: 4937782.

HSL color Cylindrical-coordinate representation of color #36584B: hue angle of 157.06º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36584B is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB548875-
CMYK0.3900.150.65
HSL157.06º23.94%27.84%-
HSV(B)157.06º38.64%34.51%-
XYZ6.288.277.92-
YUV76.35127.24112.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=24.88%
G=40.55%
B=34.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488750.3900.150.65157.0623.9427.84
Hex36584B270F419d181c
Octal66130113470171012353034
Binary11011010110001001011100111011111000001100111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36584B; }

 p { color: rgb(54,88,75); }

 H1.HeaderClassName
 {
   color: #36584B;
 }
 .AnyTagClassName
 {
   color: #36584B;
 }
</style>
background-color css

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

 a { background-color: rgb(54,88,75); }

 div.DivClassName
 {
   background-color: #36584B;
 }
 .BgClassName
 {
   background-color: #36584B;
 }
</style>
border-color css

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

 span { border-color: rgb(54,88,75); }

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