#3C7195

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

Shades of Astral #3C7195

Tints of Astral #3C7195

Color information

#3C7195 (or 0x3C7195) is unknown color: approx Astral. HEX triplet: 3C, 71 and 95. RGB value is (60,113,149). Sum of RGB (Red+Green+Blue) = 60+113+149=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7195 is #C38E6A. Grayscale: #656565. Windows color (decimal): -12815979 or 9793852. OLE color: 9793852.

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

Color convert

RGB60113149-
CMYK0.600.2400.42
HSL204.27º42.58%40.98%-
HSV(B)204.27º59.73%58.43%-
XYZ13.1914.9430.62-
YUV101.26154.9498.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=18.63%
G=35.09%
B=46.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601131490.600.2400.42204.2742.5840.98
Hex3C71953C1802Acc2b29
Octal7416122574300523145351
Binary11110011100011001010111110011000010101011001100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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