#39658B

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

Shades of Astral #39658B

Tints of Astral #39658B

Color information

#39658B (or 0x39658B) is unknown color: approx Astral. HEX triplet: 39, 65 and 8B. RGB value is (57,101,139). Sum of RGB (Red+Green+Blue) = 57+101+139=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #39658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39658B is #C69A74. Grayscale: #5B5B5B. Windows color (decimal): -13015669 or 9135417. OLE color: 9135417.

HSL color Cylindrical-coordinate representation of color #39658B: hue angle of 207.8º 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 #39658B is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57101139-
CMYK0.590.2700.45
HSL207.8º41.84%38.43%-
HSV(B)207.8º58.99%54.51%-
XYZ1112.0426.17-
YUV92.18154.42102.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=19.19%
G=34.01%
B=46.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571011390.590.2700.45207.841.8438.43
Hex39658B3B1B02Dd02a26
Octal7114521373330553205246
Binary11100111001011000101111101111011010110111010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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