#39697C

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

Shades of Astral #39697C

Tints of Astral #39697C

Color information

#39697C (or 0x39697C) is unknown color: approx Astral. HEX triplet: 39, 69 and 7C. RGB value is (57,105,124). Sum of RGB (Red+Green+Blue) = 57+105+124=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #39697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39697C is #C69683. Grayscale: #5C5C5C. Windows color (decimal): -13014660 or 8153401. OLE color: 8153401.

HSL color Cylindrical-coordinate representation of color #39697C: hue angle of 197.01º 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 #39697C is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB57105124-
CMYK0.540.1500.51
HSL197.01º37.02%35.49%-
HSV(B)197.01º54.03%48.63%-
XYZ10.3812.4320.92-
YUV92.81145.6102.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=19.93%
G=36.71%
B=43.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571051240.540.1500.51197.0137.0235.49
Hex39697C36F033c52523
Octal7115117466170633054543
Binary111001110100111111001101101111011001111000101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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