#3C6884

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

Shades of Astral #3C6884

Tints of Astral #3C6884

Color information

#3C6884 (or 0x3C6884) is unknown color: approx Astral. HEX triplet: 3C, 68 and 84. RGB value is (60,104,132). Sum of RGB (Red+Green+Blue) = 60+104+132=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6884 is #C3977B. Grayscale: #5D5D5D. Windows color (decimal): -12818300 or 8677436. OLE color: 8677436.

HSL color Cylindrical-coordinate representation of color #3C6884: hue angle of 203.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6884 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60104132-
CMYK0.550.2100.48
HSL203.33º37.5%37.65%-
HSV(B)203.33º54.55%51.76%-
XYZ10.9812.5323.67-
YUV94.04149.42103.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=20.27%
G=35.14%
B=44.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601041320.550.2100.48203.3337.537.65
Hex3C68843715030cb2626
Octal7415020467250603134646
Binary11110011010001000010011011110101011000011001011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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