#3C49DC

Color #3C49DC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3C49DC

Tints of Free Speech Blue #3C49DC

Color information

#3C49DC (or 0x3C49DC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 49 and DC. RGB value is (60,73,220). Sum of RGB (Red+Green+Blue) = 60+73+220=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C49DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49DC is #C3B623. Grayscale: #555555. Windows color (decimal): -12826148 or 14436668. OLE color: 14436668.

HSL color Cylindrical-coordinate representation of color #3C49DC: hue angle of 235.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C49DC is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6073220-
CMYK0.730.6700.14
HSL235.12º69.57%54.9%-
HSV(B)235.12º72.73%86.27%-
XYZ17.1610.8968.91-
YUV85.87203.69109.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.00%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 220 (86.33% from 255) = 62.32%
R=17.00%
G=20.68%
B=62.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60732200.730.6700.14235.1269.5754.9
Hex3C49DC49430Eeb4637
Octal7411133411110301635310667
Binary1111001001001110111001001001100001101110111010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,220); }

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

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

 a { background-color: rgb(60,73,220); }

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

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

 span { border-color: rgb(60,73,220); }

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