#39738F

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

Shades of Astral #39738F

Tints of Astral #39738F

Color information

#39738F (or 0x39738F) is unknown color: approx Astral. HEX triplet: 39, 73 and 8F. RGB value is (57,115,143). Sum of RGB (Red+Green+Blue) = 57+115+143=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #39738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738F is #C68C70. Grayscale: #646464. Windows color (decimal): -13012081 or 9401145. OLE color: 9401145.

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

Color convert

RGB57115143-
CMYK0.600.2000.44
HSL199.53º43%39.22%-
HSV(B)199.53º60.14%56.08%-
XYZ12.7815.1128.23-
YUV100.85151.7896.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=18.10%
G=36.51%
B=45.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571151430.600.2000.44199.534339.22
Hex39738F3C1402Cc82b27
Octal7116321774240543105347
Binary11100111100111000111111110010100010110011001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39738F; }

 p { color: rgb(57,115,143); }

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

<style>
 a { background-color: #39738F; }

 a { background-color: rgb(57,115,143); }

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

<style>
 span { border-color: #39738F; }

 span { border-color: rgb(57,115,143); }

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