#3C6890

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

Shades of Astral #3C6890

Tints of Astral #3C6890

Color information

#3C6890 (or 0x3C6890) is unknown color: approx Astral. HEX triplet: 3C, 68 and 90. RGB value is (60,104,144). Sum of RGB (Red+Green+Blue) = 60+104+144=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6890 is #C3976F. Grayscale: #5F5F5F. Windows color (decimal): -12818288 or 9463868. OLE color: 9463868.

HSL color Cylindrical-coordinate representation of color #3C6890: hue angle of 208.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C6890 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60104144-
CMYK0.580.2800.44
HSL208.57º41.18%40%-
HSV(B)208.57º58.33%56.47%-
XYZ11.8512.8728.25-
YUV95.4155.42102.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=19.48%
G=33.77%
B=46.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601041440.580.2800.44208.5741.1840
Hex3C68903A1C02Cd12928
Octal7415022072340543215150
Binary11110011010001001000011101011100010110011010001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,144); }

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

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

 a { background-color: rgb(60,104,144); }

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

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

 span { border-color: rgb(60,104,144); }

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