#39708D

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

Shades of Astral #39708D

Tints of Astral #39708D

Color information

#39708D (or 0x39708D) is unknown color: approx Astral. HEX triplet: 39, 70 and 8D. RGB value is (57,112,141). Sum of RGB (Red+Green+Blue) = 57+112+141=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #39708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39708D is #C68F72. Grayscale: #626262. Windows color (decimal): -13012851 or 9269305. OLE color: 9269305.

HSL color Cylindrical-coordinate representation of color #39708D: hue angle of 200.71º 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 #39708D is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57112141-
CMYK0.600.2100.45
HSL200.71º42.42%38.82%-
HSV(B)200.71º59.57%55.29%-
XYZ12.2914.3827.33-
YUV98.86151.7898.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=18.39%
G=36.13%
B=45.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571121410.600.2100.45200.7142.4238.82
Hex39708D3C1502Dc92a27
Octal7116021574250553115247
Binary11100111100001000110111110010101010110111001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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