#37584E

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

Shades of Spectra #37584E

Tints of Spectra #37584E

Color information

#37584E (or 0x37584E) is unknown color: approx Spectra. HEX triplet: 37, 58 and 4E. RGB value is (55,88,78). Sum of RGB (Red+Green+Blue) = 55+88+78=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #37584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37584E is #C8A7B1. Grayscale: #4C4C4C. Windows color (decimal): -13150130 or 5134391. OLE color: 5134391.

HSL color Cylindrical-coordinate representation of color #37584E: hue angle of 161.82º 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 #37584E is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB558878-
CMYK0.3800.110.65
HSL161.82º23.08%28.04%-
HSV(B)161.82º37.5%34.51%-
XYZ6.448.348.48-
YUV76.99128.57112.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=24.89%
G=39.82%
B=35.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588780.3800.110.65161.8223.0828.04
Hex37584E260B41a2171c
Octal67130116460131012422734
Binary11011110110001001110100110010111000001101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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