#3C50C3

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

Shades of Free Speech Blue #3C50C3

Tints of Free Speech Blue #3C50C3

Color information

#3C50C3 (or 0x3C50C3) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 50 and C3. RGB value is (60,80,195). Sum of RGB (Red+Green+Blue) = 60+80+195=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C50C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50C3 is #C3AF3C. Grayscale: #565656. Windows color (decimal): -12824381 or 12800060. OLE color: 12800060.

HSL color Cylindrical-coordinate representation of color #3C50C3: hue angle of 231.11º 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 #3C50C3 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6080195-
CMYK0.690.5900.24
HSL231.11º52.94%50%-
HSV(B)231.11º69.23%76.47%-
XYZ14.5810.6452.91-
YUV87.13188.87108.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.91%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 195 (76.56% from 255) = 58.21%
R=17.91%
G=23.88%
B=58.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60801950.690.5900.24231.1152.9450
Hex3C50C3453B018e73532
Octal74120303105730303476562
Binary111100101000011000011100010111101101100011100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C50C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,195); }

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

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

 a { background-color: rgb(60,80,195); }

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

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

 span { border-color: rgb(60,80,195); }

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