#3C50BF

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

Shades of Free Speech Blue #3C50BF

Tints of Free Speech Blue #3C50BF

Color information

#3C50BF (or 0x3C50BF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 50 and BF. RGB value is (60,80,191). Sum of RGB (Red+Green+Blue) = 60+80+191=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C50BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50BF is #C3AF40. Grayscale: #565656. Windows color (decimal): -12824385 or 12537916. OLE color: 12537916.

HSL color Cylindrical-coordinate representation of color #3C50BF: hue angle of 230.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C50BF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6080191-
CMYK0.690.5800.25
HSL230.84º52.19%49.22%-
HSV(B)230.84º68.59%74.9%-
XYZ14.1410.4650.56-
YUV86.67186.87108.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 191 (75% from 255) = 57.70%
R=18.13%
G=24.17%
B=57.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60801910.690.5800.25230.8452.1949.22
Hex3C50BF453A019e73431
Octal74120277105720313476461
Binary111100101000010111111100010111101001100111100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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