#37748B

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

Shades of Astral #37748B

Tints of Astral #37748B

Color information

#37748B (or 0x37748B) is unknown color: approx Astral. HEX triplet: 37, 74 and 8B. RGB value is (55,116,139). Sum of RGB (Red+Green+Blue) = 55+116+139=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #37748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37748B is #C88B74. Grayscale: #646464. Windows color (decimal): -13142901 or 9139255. OLE color: 9139255.

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

Color convert

RGB55116139-
CMYK0.600.1700.45
HSL196.43º43.3%38.04%-
HSV(B)196.43º60.43%54.51%-
XYZ12.4815.1726.7-
YUV100.38149.7995.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=17.74%
G=37.42%
B=44.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551161390.600.1700.45196.4343.338.04
Hex37748B3C1102Dc42b26
Octal6716421374210553045346
Binary11011111101001000101111110010001010110111000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,116,139); }

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

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

 a { background-color: rgb(55,116,139); }

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

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

 span { border-color: rgb(55,116,139); }

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