#377185

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

Shades of Astral #377185

Tints of Astral #377185

Color information

#377185 (or 0x377185) is unknown color: approx Astral. HEX triplet: 37, 71 and 85. RGB value is (55,113,133). Sum of RGB (Red+Green+Blue) = 55+113+133=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #377185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377185 is #C88E7A. Grayscale: #616161. Windows color (decimal): -13143675 or 8745271. OLE color: 8745271.

HSL color Cylindrical-coordinate representation of color #377185: hue angle of 195.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377185 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55113133-
CMYK0.590.1500.48
HSL195.38º41.49%36.86%-
HSV(B)195.38º58.65%52.16%-
XYZ11.7114.3224.34-
YUV97.94147.7897.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=18.27%
G=37.54%
B=44.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551131330.590.1500.48195.3841.4936.86
Hex3771853BF030c32925
Octal6716120573170603035145
Binary1101111110001100001011110111111011000011000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377185; }

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

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

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

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

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

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

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

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