#39688B

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

Shades of Astral #39688B

Tints of Astral #39688B

Color information

#39688B (or 0x39688B) is unknown color: approx Astral. HEX triplet: 39, 68 and 8B. RGB value is (57,104,139). Sum of RGB (Red+Green+Blue) = 57+104+139=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #39688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39688B is #C69774. Grayscale: #5D5D5D. Windows color (decimal): -13014901 or 9136185. OLE color: 9136185.

HSL color Cylindrical-coordinate representation of color #39688B: hue angle of 205.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39688B is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57104139-
CMYK0.590.2500.45
HSL205.61º41.84%38.43%-
HSV(B)205.61º58.99%54.51%-
XYZ11.312.6326.27-
YUV93.94153.43101.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=19%
G=34.67%
B=46.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571041390.590.2500.45205.6141.8438.43
Hex39688B3B1902Dce2a26
Octal7115021373310553165246
Binary11100111010001000101111101111001010110111001110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39688B; }

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

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

<style>
 a { background-color: #39688B; }

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

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

<style>
 span { border-color: #39688B; }

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

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