#39688D

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

Shades of Astral #39688D

Tints of Astral #39688D

Color information

#39688D (or 0x39688D) is unknown color: approx Astral. HEX triplet: 39, 68 and 8D. RGB value is (57,104,141). Sum of RGB (Red+Green+Blue) = 57+104+141=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #39688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39688D is #C69772. Grayscale: #5D5D5D. Windows color (decimal): -13014899 or 9267257. OLE color: 9267257.

HSL color Cylindrical-coordinate representation of color #39688D: hue angle of 206.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39688D is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57104141-
CMYK0.600.2600.45
HSL206.43º42.42%38.82%-
HSV(B)206.43º59.57%55.29%-
XYZ11.4512.6927.05-
YUV94.16154.43101.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=18.87%
G=34.44%
B=46.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571041410.600.2600.45206.4342.4238.82
Hex39688D3C1A02Dce2a27
Octal7115021574320553165247
Binary11100111010001000110111110011010010110111001110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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