#3C6E93

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

Shades of Astral #3C6E93

Tints of Astral #3C6E93

Color information

#3C6E93 (or 0x3C6E93) is unknown color: approx Astral. HEX triplet: 3C, 6E and 93. RGB value is (60,110,147). Sum of RGB (Red+Green+Blue) = 60+110+147=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6E93 is #C3916C. Grayscale: #636363. Windows color (decimal): -12816749 or 9662012. OLE color: 9662012.

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

Color convert

RGB60110147-
CMYK0.590.2500.42
HSL205.52º42.03%40.59%-
HSV(B)205.52º59.18%57.65%-
XYZ12.7114.2229.68-
YUV99.27154.9499.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=18.93%
G=34.70%
B=46.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601101470.590.2500.42205.5242.0340.59
Hex3C6E933B1902Ace2a29
Octal7415622373310523165251
Binary11110011011101001001111101111001010101011001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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