#39677F

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

Shades of Astral #39677F

Tints of Astral #39677F

Color information

#39677F (or 0x39677F) is unknown color: approx Astral. HEX triplet: 39, 67 and 7F. RGB value is (57,103,127). Sum of RGB (Red+Green+Blue) = 57+103+127=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #39677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39677F is #C69880. Grayscale: #5B5B5B. Windows color (decimal): -13015169 or 8349497. OLE color: 8349497.

HSL color Cylindrical-coordinate representation of color #39677F: hue angle of 200.57º 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 #39677F is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57103127-
CMYK0.550.1900.50
HSL200.57º38.04%36.08%-
HSV(B)200.57º55.12%49.8%-
XYZ10.3712.121.87-
YUV91.98147.76103.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 127 (50% from 255) = 44.25%
R=19.86%
G=35.89%
B=44.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571031270.550.1900.50200.5738.0436.08
Hex39677F3713032c92624
Octal7114717767230623114644
Binary1110011100111111111111011110011011001011001001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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