#37658B

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

Shades of Astral #37658B

Tints of Astral #37658B

Color information

#37658B (or 0x37658B) is unknown color: approx Astral. HEX triplet: 37, 65 and 8B. RGB value is (55,101,139). Sum of RGB (Red+Green+Blue) = 55+101+139=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #37658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37658B is #C89A74. Grayscale: #5B5B5B. Windows color (decimal): -13146741 or 9135415. OLE color: 9135415.

HSL color Cylindrical-coordinate representation of color #37658B: hue angle of 207.14º 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 #37658B is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55101139-
CMYK0.600.2700.45
HSL207.14º43.3%38.04%-
HSV(B)207.14º60.43%54.51%-
XYZ10.8911.9826.17-
YUV91.58154.76101.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=18.64%
G=34.24%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551011390.600.2700.45207.1443.338.04
Hex37658B3C1B02Dcf2b26
Octal6714521374330553175346
Binary11011111001011000101111110011011010110111001111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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