#3C6C93

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

Shades of Astral #3C6C93

Tints of Astral #3C6C93

Color information

#3C6C93 (or 0x3C6C93) is unknown color: approx Astral. HEX triplet: 3C, 6C and 93. RGB value is (60,108,147). Sum of RGB (Red+Green+Blue) = 60+108+147=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6C93 is #C3936C. Grayscale: #616161. Windows color (decimal): -12817261 or 9661500. OLE color: 9661500.

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

Color convert

RGB60108147-
CMYK0.590.2700.42
HSL206.9º42.03%40.59%-
HSV(B)206.9º59.18%57.65%-
XYZ12.4913.7929.61-
YUV98.09155.6100.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=19.05%
G=34.29%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601081470.590.2700.42206.942.0340.59
Hex3C6C933B1B02Acf2a29
Octal7415422373330523175251
Binary11110011011001001001111101111011010101011001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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