#3C6885

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

Shades of Astral #3C6885

Tints of Astral #3C6885

Color information

#3C6885 (or 0x3C6885) is unknown color: approx Astral. HEX triplet: 3C, 68 and 85. RGB value is (60,104,133). Sum of RGB (Red+Green+Blue) = 60+104+133=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6885 is #C3977A. Grayscale: #5D5D5D. Windows color (decimal): -12818299 or 8742972. OLE color: 8742972.

HSL color Cylindrical-coordinate representation of color #3C6885: hue angle of 203.84º 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 #3C6885 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60104133-
CMYK0.550.2200.48
HSL203.84º37.82%37.84%-
HSV(B)203.84º54.89%52.16%-
XYZ11.0512.5524.03-
YUV94.15149.92103.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=20.20%
G=35.02%
B=44.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601041330.550.2200.48203.8437.8237.84
Hex3C68853716030cc2626
Octal7415020567260603144646
Binary11110011010001000010111011110110011000011001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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