#397390

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

Shades of Astral #397390

Tints of Astral #397390

Color information

#397390 (or 0x397390) is unknown color: approx Astral. HEX triplet: 39, 73 and 90. RGB value is (57,115,144). Sum of RGB (Red+Green+Blue) = 57+115+144=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #397390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397390 is #C68C6F. Grayscale: #646464. Windows color (decimal): -13012080 or 9466681. OLE color: 9466681.

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

Color convert

RGB57115144-
CMYK0.600.2000.44
HSL200º43.28%39.41%-
HSV(B)200º60.42%56.47%-
XYZ12.8515.1428.63-
YUV100.96152.2896.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=18.04%
G=36.39%
B=45.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571151440.600.2000.4420043.2839.41
Hex3973903C1402Cc82b27
Octal7116322074240543105347
Binary11100111100111001000011110010100010110011001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397390; }

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

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

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

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

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

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

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

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