#397694

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

Shades of Astral #397694

Tints of Astral #397694

Color information

#397694 (or 0x397694) is unknown color: approx Astral. HEX triplet: 39, 76 and 94. RGB value is (57,118,148). Sum of RGB (Red+Green+Blue) = 57+118+148=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #397694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397694 is #C6896B. Grayscale: #666666. Windows color (decimal): -13011308 or 9729593. OLE color: 9729593.

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

Color convert

RGB57118148-
CMYK0.610.2000.42
HSL199.78º44.39%40.2%-
HSV(B)199.78º61.49%58.04%-
XYZ13.5115.9630.39-
YUV103.18153.2995.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=17.65%
G=36.53%
B=45.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571181480.610.2000.42199.7844.3940.2
Hex3976943D1402Ac82c28
Octal7116622475240523105450
Binary11100111101101001010011110110100010101011001000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397694; }

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

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

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

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

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

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

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

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