#3B51C2

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

Shades of Free Speech Blue #3B51C2

Tints of Free Speech Blue #3B51C2

Color information

#3B51C2 (or 0x3B51C2) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 51 and C2. RGB value is (59,81,194). Sum of RGB (Red+Green+Blue) = 59+81+194=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #3B51C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B51C2 is #C4AE3D. Grayscale: #565656. Windows color (decimal): -12889662 or 12734779. OLE color: 12734779.

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

Color convert

RGB5981194-
CMYK0.700.5800.24
HSL230.22º53.36%49.61%-
HSV(B)230.22º69.59%76.08%-
XYZ14.4810.7152.34-
YUV87.3188.21107.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 194 (76.17% from 255) = 58.08%
R=17.66%
G=24.25%
B=58.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59811940.700.5800.24230.2253.3649.61
Hex3B51C2463A018e63532
Octal73121302106720303466562
Binary111011101000111000010100011011101001100011100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B51C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,194); }

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

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

 a { background-color: rgb(59,81,194); }

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

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

 span { border-color: rgb(59,81,194); }

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