#39698B

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

Shades of Astral #39698B

Tints of Astral #39698B

Color information

#39698B (or 0x39698B) is unknown color: approx Astral. HEX triplet: 39, 69 and 8B. RGB value is (57,105,139). Sum of RGB (Red+Green+Blue) = 57+105+139=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #39698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39698B is #C69674. Grayscale: #5E5E5E. Windows color (decimal): -13014645 or 9136441. OLE color: 9136441.

HSL color Cylindrical-coordinate representation of color #39698B: hue angle of 204.88º 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 #39698B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57105139-
CMYK0.590.2400.45
HSL204.88º41.84%38.43%-
HSV(B)204.88º58.99%54.51%-
XYZ11.412.8426.3-
YUV94.52153.1101.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=18.94%
G=34.88%
B=46.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571051390.590.2400.45204.8841.8438.43
Hex39698B3B1802Dcd2a26
Octal7115121373300553155246
Binary11100111010011000101111101111000010110111001101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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