#3C50C4

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

Shades of Free Speech Blue #3C50C4

Tints of Free Speech Blue #3C50C4

Color information

#3C50C4 (or 0x3C50C4) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 50 and C4. RGB value is (60,80,196). Sum of RGB (Red+Green+Blue) = 60+80+196=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C50C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50C4 is #C3AF3B. Grayscale: #565656. Windows color (decimal): -12824380 or 12865596. OLE color: 12865596.

HSL color Cylindrical-coordinate representation of color #3C50C4: hue angle of 231.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C50C4 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6080196-
CMYK0.690.5900.23
HSL231.18º53.54%50.2%-
HSV(B)231.18º69.39%76.86%-
XYZ14.710.6853.51-
YUV87.24189.37108.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=17.86%
G=23.81%
B=58.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60801960.690.5900.23231.1853.5450.2
Hex3C50C4453B017e73632
Octal74120304105730273476662
Binary111100101000011000100100010111101101011111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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