#39718A

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

Shades of Astral #39718A

Tints of Astral #39718A

Color information

#39718A (or 0x39718A) is unknown color: approx Astral. HEX triplet: 39, 71 and 8A. RGB value is (57,113,138). Sum of RGB (Red+Green+Blue) = 57+113+138=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #39718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39718A is #C68E75. Grayscale: #626262. Windows color (decimal): -13012598 or 9072953. OLE color: 9072953.

HSL color Cylindrical-coordinate representation of color #39718A: hue angle of 198.52º 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 #39718A is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57113138-
CMYK0.590.1800.46
HSL198.52º41.54%38.24%-
HSV(B)198.52º58.7%54.12%-
XYZ12.1814.5226.2-
YUV99.11149.9597.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=18.51%
G=36.69%
B=44.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571131380.590.1800.46198.5241.5438.24
Hex39718A3B1202Ec72a26
Octal7116121273220563075246
Binary11100111100011000101011101110010010111011000111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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