#397094

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

Shades of Astral #397094

Tints of Astral #397094

Color information

#397094 (or 0x397094) is unknown color: approx Astral. HEX triplet: 39, 70 and 94. RGB value is (57,112,148). Sum of RGB (Red+Green+Blue) = 57+112+148=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #397094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397094 is #C68F6B. Grayscale: #636363. Windows color (decimal): -13012844 or 9728057. OLE color: 9728057.

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

Color convert

RGB57112148-
CMYK0.610.2400.42
HSL203.74º44.39%40.2%-
HSV(B)203.74º61.49%58.04%-
XYZ12.8314.630.16-
YUV99.66155.2897.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=17.98%
G=35.33%
B=46.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571121480.610.2400.42203.7444.3940.2
Hex3970943D1802Acc2c28
Octal7116022475300523145450
Binary11100111100001001010011110111000010101011001100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397094; }

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

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

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

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

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

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

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

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