#39758E

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

Shades of Astral #39758E

Tints of Astral #39758E

Color information

#39758E (or 0x39758E) is unknown color: approx Astral. HEX triplet: 39, 75 and 8E. RGB value is (57,117,142). Sum of RGB (Red+Green+Blue) = 57+117+142=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #39758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39758E is #C68A71. Grayscale: #656565. Windows color (decimal): -13011570 or 9336121. OLE color: 9336121.

HSL color Cylindrical-coordinate representation of color #39758E: hue angle of 197.65º 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 #39758E is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57117142-
CMYK0.600.1800.44
HSL197.65º42.71%39.02%-
HSV(B)197.65º59.86%55.69%-
XYZ12.9315.5527.91-
YUV101.91150.6295.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=18.04%
G=37.03%
B=44.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571171420.600.1800.44197.6542.7139.02
Hex39758E3C1202Cc62b27
Octal7116521674220543065347
Binary11100111101011000111011110010010010110011000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39758E; }

 p { color: rgb(57,117,142); }

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

<style>
 a { background-color: #39758E; }

 a { background-color: rgb(57,117,142); }

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

<style>
 span { border-color: #39758E; }

 span { border-color: rgb(57,117,142); }

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