#39748E

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

Shades of Astral #39748E

Tints of Astral #39748E

Color information

#39748E (or 0x39748E) is unknown color: approx Astral. HEX triplet: 39, 74 and 8E. RGB value is (57,116,142). Sum of RGB (Red+Green+Blue) = 57+116+142=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #39748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39748E is #C68B71. Grayscale: #656565. Windows color (decimal): -13011826 or 9335865. OLE color: 9335865.

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

Color convert

RGB57116142-
CMYK0.600.1800.44
HSL198.35º42.71%39.02%-
HSV(B)198.35º59.86%55.69%-
XYZ12.8215.3127.87-
YUV101.32150.9596.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=18.10%
G=36.83%
B=45.08%

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
Decimal571161420.600.1800.44198.3542.7139.02
Hex39748E3C1202Cc62b27
Octal7116421674220543065347
Binary11100111101001000111011110010010010110011000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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