#39668B

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

Shades of Astral #39668B

Tints of Astral #39668B

Color information

#39668B (or 0x39668B) is unknown color: approx Astral. HEX triplet: 39, 66 and 8B. RGB value is (57,102,139). Sum of RGB (Red+Green+Blue) = 57+102+139=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #39668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39668B is #C69974. Grayscale: #5C5C5C. Windows color (decimal): -13015413 or 9135673. OLE color: 9135673.

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

Color convert

RGB57102139-
CMYK0.590.2700.45
HSL207.07º41.84%38.43%-
HSV(B)207.07º58.99%54.51%-
XYZ11.112.2426.2-
YUV92.76154.09102.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=19.13%
G=34.23%
B=46.64%

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
Decimal571021390.590.2700.45207.0741.8438.43
Hex39668B3B1B02Dcf2a26
Octal7114621373330553175246
Binary11100111001101000101111101111011010110111001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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