#39677D

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

Shades of Astral #39677D

Tints of Astral #39677D

Color information

#39677D (or 0x39677D) is unknown color: approx Astral. HEX triplet: 39, 67 and 7D. RGB value is (57,103,125). Sum of RGB (Red+Green+Blue) = 57+103+125=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #39677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39677D is #C69882. Grayscale: #5B5B5B. Windows color (decimal): -13015171 or 8218425. OLE color: 8218425.

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

Color convert

RGB57103125-
CMYK0.540.1800.51
HSL199.41º37.36%35.69%-
HSV(B)199.41º54.4%49.02%-
XYZ10.2412.0521.19-
YUV91.75146.76103.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=20%
G=36.14%
B=43.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571031250.540.1800.51199.4137.3635.69
Hex39677D3612033c72524
Octal7114717566220633074544
Binary1110011100111111110111011010010011001111000111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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