#377186

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

Shades of Astral #377186

Tints of Astral #377186

Color information

#377186 (or 0x377186) is unknown color: approx Astral. HEX triplet: 37, 71 and 86. RGB value is (55,113,134). Sum of RGB (Red+Green+Blue) = 55+113+134=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #377186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377186 is #C88E79. Grayscale: #616161. Windows color (decimal): -13143674 or 8810807. OLE color: 8810807.

HSL color Cylindrical-coordinate representation of color #377186: hue angle of 195.95º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377186 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55113134-
CMYK0.590.1600.47
HSL195.95º41.8%37.06%-
HSV(B)195.95º58.96%52.55%-
XYZ11.7814.3424.7-
YUV98.05148.2897.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 134 (52.73% from 255) = 44.37%
R=18.21%
G=37.42%
B=44.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551131340.590.1600.47195.9541.837.06
Hex3771863B1002Fc42a25
Octal6716120673200573045245
Binary11011111100011000011011101110000010111111000100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377186; }

 p { color: rgb(55,113,134); }

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

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

 a { background-color: rgb(55,113,134); }

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

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

 span { border-color: rgb(55,113,134); }

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