#39687e

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

Shades of Astral #39687E

Tints of Astral #39687E

Color information

#39687E (or 0x39687E) is unknown color: approx Astral. HEX triplet: 39, 68 and 7E. RGB value is (57,104,126). Sum of RGB (Red+Green+Blue) = 57+104+126=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #39687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687E is #C69781. Grayscale: #5C5C5C. Windows color (decimal): -13014914 or 8284217. OLE color: 8284217.

HSL color Cylindrical-coordinate representation of color #39687E: hue angle of 199.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39687E is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB57104126-
CMYK0.550.1700.51
HSL199.13º37.7%35.88%-
HSV(B)199.13º54.76%49.41%-
XYZ10.412.2821.56-
YUV92.46146.93102.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=19.86%
G=36.24%
B=43.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571041260.550.1700.51199.1337.735.88
Hex39687E3711033c72624
Octal7115017667210633074644
Binary1110011101000111111011011110001011001111000111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39687e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39687e; }

 p { color: rgb(57,104,126); }

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

<style>
 a { background-color: #39687e; }

 a { background-color: rgb(57,104,126); }

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

<style>
 span { border-color: #39687e; }

 span { border-color: rgb(57,104,126); }

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