#396E94

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

Shades of Astral #396E94

Tints of Astral #396E94

Color information

#396E94 (or 0x396E94) is unknown color: approx Astral. HEX triplet: 39, 6E and 94. RGB value is (57,110,148). Sum of RGB (Red+Green+Blue) = 57+110+148=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #396E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E94 is #C6916B. Grayscale: #626262. Windows color (decimal): -13013356 or 9727545. OLE color: 9727545.

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

Color convert

RGB57110148-
CMYK0.610.2600.42
HSL205.05º44.39%40.2%-
HSV(B)205.05º61.49%58.04%-
XYZ12.6114.1630.09-
YUV98.48155.9498.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=18.10%
G=34.92%
B=46.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571101480.610.2600.42205.0544.3940.2
Hex396E943D1A02Acd2c28
Octal7115622475320523155450
Binary11100111011101001010011110111010010101011001101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,148); }

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

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

 a { background-color: rgb(57,110,148); }

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

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

 span { border-color: rgb(57,110,148); }

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