#397294

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

Shades of Astral #397294

Tints of Astral #397294

Color information

#397294 (or 0x397294) is unknown color: approx Astral. HEX triplet: 39, 72 and 94. RGB value is (57,114,148). Sum of RGB (Red+Green+Blue) = 57+114+148=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #397294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397294 is #C68D6B. Grayscale: #646464. Windows color (decimal): -13012332 or 9728569. OLE color: 9728569.

HSL color Cylindrical-coordinate representation of color #397294: hue angle of 202.42º 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 #397294 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57114148-
CMYK0.610.2300.42
HSL202.42º44.39%40.2%-
HSV(B)202.42º61.49%58.04%-
XYZ13.0515.0430.23-
YUV100.83154.6296.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=17.87%
G=35.74%
B=46.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571141480.610.2300.42202.4244.3940.2
Hex3972943D1702Aca2c28
Octal7116222475270523125450
Binary11100111100101001010011110110111010101011001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397294; }

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

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

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

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

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

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

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

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