#39687F

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

Shades of Astral #39687F

Tints of Astral #39687F

Color information

#39687F (or 0x39687F) is unknown color: approx Astral. HEX triplet: 39, 68 and 7F. RGB value is (57,104,127). Sum of RGB (Red+Green+Blue) = 57+104+127=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #39687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687F is #C69780. Grayscale: #5C5C5C. Windows color (decimal): -13014913 or 8349753. OLE color: 8349753.

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

Color convert

RGB57104127-
CMYK0.550.1800.50
HSL199.71º38.04%36.08%-
HSV(B)199.71º55.12%49.8%-
XYZ10.4712.321.9-
YUV92.57147.43102.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 127 (50% from 255) = 44.10%
R=19.79%
G=36.11%
B=44.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571041270.550.1800.50199.7138.0436.08
Hex39687F3712032c82624
Octal7115017767220623104644
Binary1110011101000111111111011110010011001011001000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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