#3C47AC

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

Shades of Free Speech Blue #3C47AC

Tints of Free Speech Blue #3C47AC

Color information

#3C47AC (or 0x3C47AC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 47 and AC. RGB value is (60,71,172). Sum of RGB (Red+Green+Blue) = 60+71+172=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C47AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C47AC is #C3B853. Grayscale: #4E4E4E. Windows color (decimal): -12826708 or 11290428. OLE color: 11290428.

HSL color Cylindrical-coordinate representation of color #3C47AC: hue angle of 234.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C47AC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6071172-
CMYK0.650.5900.33
HSL234.11º48.28%45.49%-
HSV(B)234.11º65.12%67.45%-
XYZ11.568.4540.05-
YUV79.22180.36114.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=19.80%
G=23.43%
B=56.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60711720.650.5900.33234.1148.2845.49
Hex3C47AC413B021ea302d
Octal74107254101730413526055
Binary1111001000111101011001000001111011010000111101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,71,172); }

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

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

 a { background-color: rgb(60,71,172); }

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

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

 span { border-color: rgb(60,71,172); }

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