#39658A

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

Shades of Astral #39658A

Tints of Astral #39658A

Color information

#39658A (or 0x39658A) is unknown color: approx Astral. HEX triplet: 39, 65 and 8A. RGB value is (57,101,138). Sum of RGB (Red+Green+Blue) = 57+101+138=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #39658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39658A is #C69A75. Grayscale: #5B5B5B. Windows color (decimal): -13015670 or 9069881. OLE color: 9069881.

HSL color Cylindrical-coordinate representation of color #39658A: hue angle of 207.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39658A is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57101138-
CMYK0.590.2700.46
HSL207.41º41.54%38.24%-
HSV(B)207.41º58.7%54.12%-
XYZ10.9312.0125.79-
YUV92.06153.92102.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=19.26%
G=34.12%
B=46.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571011380.590.2700.46207.4141.5438.24
Hex39658A3B1B02Ecf2a26
Octal7114521273330563175246
Binary11100111001011000101011101111011010111011001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39658A; }

 p { color: rgb(57,101,138); }

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

<style>
 a { background-color: #39658A; }

 a { background-color: rgb(57,101,138); }

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

<style>
 span { border-color: #39658A; }

 span { border-color: rgb(57,101,138); }

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