#3A7594

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

Shades of Astral #3A7594

Tints of Astral #3A7594

Color information

#3A7594 (or 0x3A7594) is unknown color: approx Astral. HEX triplet: 3A, 75 and 94. RGB value is (58,117,148). Sum of RGB (Red+Green+Blue) = 58+117+148=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 117 (46.09% from 255 or 36.22% 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 #3A7594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7594 is #C58A6B. Grayscale: #666666. Windows color (decimal): -12946028 or 9729338. OLE color: 9729338.

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

Color convert

RGB58117148-
CMYK0.610.2100.42
HSL200.67º43.69%40.39%-
HSV(B)200.67º60.81%58.04%-
XYZ13.4515.7630.35-
YUV102.89153.4595.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=17.96%
G=36.22%
B=45.82%

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
Decimal581171480.610.2100.42200.6743.6940.39
Hex3A75943D1502Ac92c28
Octal7216522475250523115450
Binary11101011101011001010011110110101010101011001001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7594; }

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

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

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

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

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

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

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

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