#39728A

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

Shades of Astral #39728A

Tints of Astral #39728A

Color information

#39728A (or 0x39728A) is unknown color: approx Astral. HEX triplet: 39, 72 and 8A. RGB value is (57,114,138). Sum of RGB (Red+Green+Blue) = 57+114+138=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #39728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39728A is #C68D75. Grayscale: #636363. Windows color (decimal): -13012342 or 9073209. OLE color: 9073209.

HSL color Cylindrical-coordinate representation of color #39728A: hue angle of 197.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39728A is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57114138-
CMYK0.590.1700.46
HSL197.78º41.54%38.24%-
HSV(B)197.78º58.7%54.12%-
XYZ12.2914.7426.24-
YUV99.69149.6297.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=18.45%
G=36.89%
B=44.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571141380.590.1700.46197.7841.5438.24
Hex39728A3B1102Ec62a26
Octal7116221273210563065246
Binary11100111100101000101011101110001010111011000110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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