#3C46C1

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

Shades of Free Speech Blue #3C46C1

Tints of Free Speech Blue #3C46C1

Color information

#3C46C1 (or 0x3C46C1) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 46 and C1. RGB value is (60,70,193). Sum of RGB (Red+Green+Blue) = 60+70+193=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C46C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C46C1 is #C3B93E. Grayscale: #505050. Windows color (decimal): -12826943 or 12666428. OLE color: 12666428.

HSL color Cylindrical-coordinate representation of color #3C46C1: hue angle of 235.49º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C46C1 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6070193-
CMYK0.690.6400.24
HSL235.49º52.57%49.61%-
HSV(B)235.49º68.91%75.69%-
XYZ13.689.1951.51-
YUV81.03191.19113-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=18.58%
G=21.67%
B=59.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60701930.690.6400.24235.4952.5749.61
Hex3C46C14540018eb3532
Octal741063011051000303536562
Binary1111001000110110000011000101100000001100011101011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C46C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,193); }

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

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

 a { background-color: rgb(60,70,193); }

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

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

 span { border-color: rgb(60,70,193); }

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