#396890

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

Shades of Astral #396890

Tints of Astral #396890

Color information

#396890 (or 0x396890) is unknown color: approx Astral. HEX triplet: 39, 68 and 90. RGB value is (57,104,144). Sum of RGB (Red+Green+Blue) = 57+104+144=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #396890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396890 is #C6976F. Grayscale: #5E5E5E. Windows color (decimal): -13014896 or 9463865. OLE color: 9463865.

HSL color Cylindrical-coordinate representation of color #396890: hue angle of 207.59º 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 #396890 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57104144-
CMYK0.600.2800.44
HSL207.59º43.28%39.41%-
HSV(B)207.59º60.42%56.47%-
XYZ11.6712.7828.24-
YUV94.51155.93101.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=18.69%
G=34.10%
B=47.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571041440.600.2800.44207.5943.2839.41
Hex3968903C1C02Cd02b27
Octal7115022074340543205347
Binary11100111010001001000011110011100010110011010000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396890; }

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

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

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

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

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

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

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

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