#39748D

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

Shades of Astral #39748D

Tints of Astral #39748D

Color information

#39748D (or 0x39748D) is unknown color: approx Astral. HEX triplet: 39, 74 and 8D. RGB value is (57,116,141). Sum of RGB (Red+Green+Blue) = 57+116+141=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #39748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39748D is #C68B72. Grayscale: #656565. Windows color (decimal): -13011827 or 9270329. OLE color: 9270329.

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

Color convert

RGB57116141-
CMYK0.600.1800.45
HSL197.86º42.42%38.82%-
HSV(B)197.86º59.57%55.29%-
XYZ12.7415.2827.48-
YUV101.21150.4596.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=18.15%
G=36.94%
B=44.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571161410.600.1800.45197.8642.4238.82
Hex39748D3C1202Dc62a27
Octal7116421574220553065247
Binary11100111101001000110111110010010010110111000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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