#3C7193

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

Shades of Astral #3C7193

Tints of Astral #3C7193

Color information

#3C7193 (or 0x3C7193) is unknown color: approx Astral. HEX triplet: 3C, 71 and 93. RGB value is (60,113,147). Sum of RGB (Red+Green+Blue) = 60+113+147=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C7193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7193 is #C38E6C. Grayscale: #646464. Windows color (decimal): -12815981 or 9662780. OLE color: 9662780.

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

Color convert

RGB60113147-
CMYK0.590.2300.42
HSL203.45º42.03%40.59%-
HSV(B)203.45º59.18%57.65%-
XYZ13.0414.8829.79-
YUV101.03153.9498.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=18.75%
G=35.31%
B=45.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601131470.590.2300.42203.4542.0340.59
Hex3C71933B1702Acb2a29
Octal7416122373270523135251
Binary11110011100011001001111101110111010101011001011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,147); }

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

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

 a { background-color: rgb(60,113,147); }

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

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

 span { border-color: rgb(60,113,147); }

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