#3A7593

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

Shades of Astral #3A7593

Tints of Astral #3A7593

Color information

#3A7593 (or 0x3A7593) is unknown color: approx Astral. HEX triplet: 3A, 75 and 93. RGB value is (58,117,147). Sum of RGB (Red+Green+Blue) = 58+117+147=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A7593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7593 is #C58A6C. Grayscale: #666666. Windows color (decimal): -12946029 or 9663802. OLE color: 9663802.

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

Color convert

RGB58117147-
CMYK0.610.2000.42
HSL200.22º43.41%40.2%-
HSV(B)200.22º60.54%57.65%-
XYZ13.3715.7329.93-
YUV102.78152.9596.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.01%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=18.01%
G=36.34%
B=45.65%

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
Decimal581171470.610.2000.42200.2243.4140.2
Hex3A75933D1402Ac82b28
Octal7216522375240523105350
Binary11101011101011001001111110110100010101011001000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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