#37728A

Color #37728A Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #37728A

Tints of Astral #37728A

Color information

#37728A (or 0x37728A) is unknown color: approx Astral. HEX triplet: 37, 72 and 8A. RGB value is (55,114,138). Sum of RGB (Red+Green+Blue) = 55+114+138=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #37728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37728A is #C88D75. Grayscale: #626262. Windows color (decimal): -13143414 or 9073207. OLE color: 9073207.

HSL color Cylindrical-coordinate representation of color #37728A: hue angle of 197.35º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37728A is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55114138-
CMYK0.600.1700.46
HSL197.35º43.01%37.84%-
HSV(B)197.35º60.14%54.12%-
XYZ12.1814.6826.24-
YUV99.1149.9596.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=17.92%
G=37.13%
B=44.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551141380.600.1700.46197.3543.0137.84
Hex37728A3C1102Ec52b26
Octal6716221274210563055346
Binary11011111100101000101011110010001010111011000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37728A; }

 p { color: rgb(55,114,138); }

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

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

 a { background-color: rgb(55,114,138); }

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

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

 span { border-color: rgb(55,114,138); }

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