#39728F

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

Shades of Astral #39728F

Tints of Astral #39728F

Color information

#39728F (or 0x39728F) is unknown color: approx Astral. HEX triplet: 39, 72 and 8F. RGB value is (57,114,143). Sum of RGB (Red+Green+Blue) = 57+114+143=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #39728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39728F is #C68D70. Grayscale: #646464. Windows color (decimal): -13012337 or 9400889. OLE color: 9400889.

HSL color Cylindrical-coordinate representation of color #39728F: hue angle of 200.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39728F is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57114143-
CMYK0.600.2000.44
HSL200.23º43%39.22%-
HSV(B)200.23º60.14%56.08%-
XYZ12.6614.8928.19-
YUV100.26152.1297.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=18.15%
G=36.31%
B=45.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571141430.600.2000.44200.234339.22
Hex39728F3C1402Cc82b27
Octal7116221774240543105347
Binary11100111100101000111111110010100010110011001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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