#39718B

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

Shades of Astral #39718B

Tints of Astral #39718B

Color information

#39718B (or 0x39718B) is unknown color: approx Astral. HEX triplet: 39, 71 and 8B. RGB value is (57,113,139). Sum of RGB (Red+Green+Blue) = 57+113+139=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #39718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39718B is #C68E74. Grayscale: #636363. Windows color (decimal): -13012597 or 9138489. OLE color: 9138489.

HSL color Cylindrical-coordinate representation of color #39718B: hue angle of 199.02º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39718B is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57113139-
CMYK0.590.1900.45
HSL199.02º41.84%38.43%-
HSV(B)199.02º58.99%54.51%-
XYZ12.2514.5426.59-
YUV99.22150.4597.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=18.45%
G=36.57%
B=44.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571131390.590.1900.45199.0241.8438.43
Hex39718B3B1302Dc72a26
Octal7116121373230553075246
Binary11100111100011000101111101110011010110111000111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39718B; }

 p { color: rgb(57,113,139); }

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

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

 a { background-color: rgb(57,113,139); }

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

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

 span { border-color: rgb(57,113,139); }

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