#3C51D2

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

Shades of Free Speech Blue #3C51D2

Tints of Free Speech Blue #3C51D2

Color information

#3C51D2 (or 0x3C51D2) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 51 and D2. RGB value is (60,81,210). Sum of RGB (Red+Green+Blue) = 60+81+210=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #3C51D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C51D2 is #C3AE2D. Grayscale: #585858. Windows color (decimal): -12824110 or 13783356. OLE color: 13783356.

HSL color Cylindrical-coordinate representation of color #3C51D2: hue angle of 231.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C51D2 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6081210-
CMYK0.710.6100.18
HSL231.6º62.5%52.94%-
HSV(B)231.6º71.43%82.35%-
XYZ16.4411.562.33-
YUV89.43196.04107.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 210 (82.42% from 255) = 59.83%
R=17.09%
G=23.08%
B=59.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60812100.710.6100.18231.662.552.94
Hex3C51D2473D012e83e35
Octal74121322107750223507665
Binary111100101000111010010100011111110101001011101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C51D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,210); }

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

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

 a { background-color: rgb(60,81,210); }

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

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

 span { border-color: rgb(60,81,210); }

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