#39728D

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

Shades of Astral #39728D

Tints of Astral #39728D

Color information

#39728D (or 0x39728D) is unknown color: approx Astral. HEX triplet: 39, 72 and 8D. RGB value is (57,114,141). Sum of RGB (Red+Green+Blue) = 57+114+141=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #39728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39728D is #C68D72. Grayscale: #636363. Windows color (decimal): -13012339 or 9269817. OLE color: 9269817.

HSL color Cylindrical-coordinate representation of color #39728D: hue angle of 199.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39728D is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57114141-
CMYK0.600.1900.45
HSL199.29º42.42%38.82%-
HSV(B)199.29º59.57%55.29%-
XYZ12.5114.8327.4-
YUV100.03151.1297.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=18.27%
G=36.54%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571141410.600.1900.45199.2942.4238.82
Hex39728D3C1302Dc72a27
Octal7116221574230553075247
Binary11100111100101000110111110010011010110111000111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39728D; }

 p { color: rgb(57,114,141); }

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

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

 a { background-color: rgb(57,114,141); }

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

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

 span { border-color: rgb(57,114,141); }

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