#39738B

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

Shades of Astral #39738B

Tints of Astral #39738B

Color information

#39738B (or 0x39738B) is unknown color: approx Astral. HEX triplet: 39, 73 and 8B. RGB value is (57,115,139). Sum of RGB (Red+Green+Blue) = 57+115+139=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #39738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738B is #C68C74. Grayscale: #646464. Windows color (decimal): -13012085 or 9139001. OLE color: 9139001.

HSL color Cylindrical-coordinate representation of color #39738B: hue angle of 197.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39738B is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57115139-
CMYK0.590.1700.45
HSL197.56º41.84%38.43%-
HSV(B)197.56º58.99%54.51%-
XYZ12.481526.66-
YUV100.39149.7897.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=18.33%
G=36.98%
B=44.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571151390.590.1700.45197.5641.8438.43
Hex39738B3B1102Dc62a26
Octal7116321373210553065246
Binary11100111100111000101111101110001010110111000110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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