#37584B

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

Shades of Spectra #37584B

Tints of Spectra #37584B

Color information

#37584B (or 0x37584B) is unknown color: approx Spectra. HEX triplet: 37, 58 and 4B. RGB value is (55,88,75). Sum of RGB (Red+Green+Blue) = 55+88+75=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #37584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37584B is #C8A7B4. Grayscale: #4C4C4C. Windows color (decimal): -13150133 or 4937783. OLE color: 4937783.

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

Color convert

RGB558875-
CMYK0.3800.150.65
HSL156.36º23.08%28.04%-
HSV(B)156.36º37.5%34.51%-
XYZ6.348.37.92-
YUV76.65127.07112.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=25.23%
G=40.37%
B=34.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588750.3800.150.65156.3623.0828.04
Hex37584B260F419c171c
Octal67130113460171012342734
Binary11011110110001001011100110011111000001100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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