#3A7195

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

Shades of Astral #3A7195

Tints of Astral #3A7195

Color information

#3A7195 (or 0x3A7195) is unknown color: approx Astral. HEX triplet: 3A, 71 and 95. RGB value is (58,113,149). Sum of RGB (Red+Green+Blue) = 58+113+149=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A7195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7195 is #C58E6A. Grayscale: #646464. Windows color (decimal): -12947051 or 9793850. OLE color: 9793850.

HSL color Cylindrical-coordinate representation of color #3A7195: hue angle of 203.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7195 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58113149-
CMYK0.610.2400.42
HSL203.74º43.96%40.59%-
HSV(B)203.74º61.07%58.43%-
XYZ13.0714.8830.62-
YUV100.66155.2897.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=18.12%
G=35.31%
B=46.56%

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
Decimal581131490.610.2400.42203.7443.9640.59
Hex3A71953D1802Acc2c29
Octal7216122575300523145451
Binary11101011100011001010111110111000010101011001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,113,149); }

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

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

 a { background-color: rgb(58,113,149); }

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

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

 span { border-color: rgb(58,113,149); }

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