#3A51C4

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

Shades of Free Speech Blue #3A51C4

Tints of Free Speech Blue #3A51C4

Color information

#3A51C4 (or 0x3A51C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 51 and C4. RGB value is (58,81,196). Sum of RGB (Red+Green+Blue) = 58+81+196=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A51C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A51C4 is #C5AE3B. Grayscale: #565656. Windows color (decimal): -12955196 or 12865850. OLE color: 12865850.

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

Color convert

RGB5881196-
CMYK0.700.5900.23
HSL230º54.33%49.8%-
HSV(B)230º70.41%76.86%-
XYZ14.6510.7753.53-
YUV87.23189.38107.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=17.31%
G=24.18%
B=58.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58811960.700.5900.2323054.3349.8
Hex3A51C4463B017e63632
Octal72121304106730273466662
Binary111010101000111000100100011011101101011111100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A51C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,196); }

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

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

 a { background-color: rgb(58,81,196); }

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

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

 span { border-color: rgb(58,81,196); }

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