#3C6A92

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

Shades of Astral #3C6A92

Tints of Astral #3C6A92

Color information

#3C6A92 (or 0x3C6A92) is unknown color: approx Astral. HEX triplet: 3C, 6A and 92. RGB value is (60,106,146). Sum of RGB (Red+Green+Blue) = 60+106+146=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C6A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6A92 is #C3956D. Grayscale: #606060. Windows color (decimal): -12817774 or 9595452. OLE color: 9595452.

HSL color Cylindrical-coordinate representation of color #3C6A92: hue angle of 207.91º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6A92 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB60106146-
CMYK0.590.2700.43
HSL207.91º41.75%40.39%-
HSV(B)207.91º58.9%57.25%-
XYZ12.2113.3429.13-
YUV96.81155.76101.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=19.23%
G=33.97%
B=46.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601061460.590.2700.43207.9141.7540.39
Hex3C6A923B1B02Bd02a28
Octal7415222273330533205250
Binary11110011010101001001011101111011010101111010000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,106,146); }

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

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

 a { background-color: rgb(60,106,146); }

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

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

 span { border-color: rgb(60,106,146); }

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