#396D90

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

Shades of Astral #396D90

Tints of Astral #396D90

Color information

#396D90 (or 0x396D90) is unknown color: approx Astral. HEX triplet: 39, 6D and 90. RGB value is (57,109,144). Sum of RGB (Red+Green+Blue) = 57+109+144=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #396D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D90 is #C6926F. Grayscale: #616161. Windows color (decimal): -13013616 or 9465145. OLE color: 9465145.

HSL color Cylindrical-coordinate representation of color #396D90: hue angle of 204.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396D90 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57109144-
CMYK0.600.2400.44
HSL204.14º43.28%39.41%-
HSV(B)204.14º60.42%56.47%-
XYZ12.1913.8228.41-
YUV97.44154.2799.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=18.39%
G=35.16%
B=46.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571091440.600.2400.44204.1443.2839.41
Hex396D903C1802Ccc2b27
Octal7115522074300543145347
Binary11100111011011001000011110011000010110011001100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D90; }

 p { color: rgb(57,109,144); }

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

<style>
 a { background-color: #396D90; }

 a { background-color: rgb(57,109,144); }

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

<style>
 span { border-color: #396D90; }

 span { border-color: rgb(57,109,144); }

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