#39687C

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

Shades of Astral #39687C

Tints of Astral #39687C

Color information

#39687C (or 0x39687C) is unknown color: approx Astral. HEX triplet: 39, 68 and 7C. RGB value is (57,104,124). Sum of RGB (Red+Green+Blue) = 57+104+124=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #39687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687C is #C69783. Grayscale: #5C5C5C. Windows color (decimal): -13014916 or 8153145. OLE color: 8153145.

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

Color convert

RGB57104124-
CMYK0.540.1600.51
HSL197.91º37.02%35.49%-
HSV(B)197.91º54.03%48.63%-
XYZ10.2812.2320.89-
YUV92.23145.93102.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=20%
G=36.49%
B=43.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571041240.540.1600.51197.9137.0235.49
Hex39687C3610033c62523
Octal7115017466200633064543
Binary1110011101000111110011011010000011001111000110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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