#377181

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

Shades of Astral #377181

Tints of Astral #377181

Color information

#377181 (or 0x377181) is unknown color: approx Astral. HEX triplet: 37, 71 and 81. RGB value is (55,113,129). Sum of RGB (Red+Green+Blue) = 55+113+129=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #377181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377181 is #C88E7E. Grayscale: #616161. Windows color (decimal): -13143679 or 8483127. OLE color: 8483127.

HSL color Cylindrical-coordinate representation of color #377181: hue angle of 192.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377181 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55113129-
CMYK0.570.1200.49
HSL192.97º40.22%36.08%-
HSV(B)192.97º57.36%50.59%-
XYZ11.4414.2122.91-
YUV97.48145.7897.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=18.52%
G=38.05%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551131290.570.1200.49192.9740.2236.08
Hex37718139C031c12824
Octal6716120171140613015044
Binary1101111110001100000011110011100011000111000001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377181; }

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

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

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

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

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

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

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

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