#397594

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

Shades of Astral #397594

Tints of Astral #397594

Color information

#397594 (or 0x397594) is unknown color: approx Astral. HEX triplet: 39, 75 and 94. RGB value is (57,117,148). Sum of RGB (Red+Green+Blue) = 57+117+148=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #397594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397594 is #C68A6B. Grayscale: #666666. Windows color (decimal): -13011564 or 9729337. OLE color: 9729337.

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

Color convert

RGB57117148-
CMYK0.610.2100.42
HSL200.44º44.39%40.2%-
HSV(B)200.44º61.49%58.04%-
XYZ13.3915.7330.35-
YUV102.59153.6295.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=17.70%
G=36.34%
B=45.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571171480.610.2100.42200.4444.3940.2
Hex3975943D1502Ac82c28
Octal7116522475250523105450
Binary11100111101011001010011110110101010101011001000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397594; }

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

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

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

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

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

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

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

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