#396C92

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

Shades of Astral #396C92

Tints of Astral #396C92

Color information

#396C92 (or 0x396C92) is unknown color: approx Astral. HEX triplet: 39, 6C and 92. RGB value is (57,108,146). Sum of RGB (Red+Green+Blue) = 57+108+146=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #396C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C92 is #C6936D. Grayscale: #606060. Windows color (decimal): -13013870 or 9595961. OLE color: 9595961.

HSL color Cylindrical-coordinate representation of color #396C92: hue angle of 205.62º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396C92 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57108146-
CMYK0.610.2600.43
HSL205.62º43.84%39.8%-
HSV(B)205.62º60.96%57.25%-
XYZ12.2413.6729.19-
YUV97.08155.699.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=18.33%
G=34.73%
B=46.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571081460.610.2600.43205.6243.8439.8
Hex396C923D1A02Bce2c28
Octal7115422275320533165450
Binary11100111011001001001011110111010010101111001110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,108,146); }

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

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

 a { background-color: rgb(57,108,146); }

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

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

 span { border-color: rgb(57,108,146); }

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