#39687D

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

Shades of Astral #39687D

Tints of Astral #39687D

Color information

#39687D (or 0x39687D) is unknown color: approx Astral. HEX triplet: 39, 68 and 7D. RGB value is (57,104,125). Sum of RGB (Red+Green+Blue) = 57+104+125=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #39687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687D is #C69782. Grayscale: #5C5C5C. Windows color (decimal): -13014915 or 8218681. OLE color: 8218681.

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

Color convert

RGB57104125-
CMYK0.540.1700.51
HSL198.53º37.36%35.69%-
HSV(B)198.53º54.4%49.02%-
XYZ10.3412.2521.22-
YUV92.34146.43102.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=19.93%
G=36.36%
B=43.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571041250.540.1700.51198.5337.3635.69
Hex39687D3611033c72524
Octal7115017566210633074544
Binary1110011101000111110111011010001011001111000111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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