#3a4fd6

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

Shades of Free Speech Blue #3A4FD6

Tints of Free Speech Blue #3A4FD6

Color information

#3A4FD6 (or 0x3A4FD6) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4F and D6. RGB value is (58,79,214). Sum of RGB (Red+Green+Blue) = 58+79+214=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A4FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4FD6 is #C5B029. Grayscale: #575757. Windows color (decimal): -12955690 or 14044986. OLE color: 14044986.

HSL color Cylindrical-coordinate representation of color #3A4FD6: hue angle of 231.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4FD6 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5879214-
CMYK0.730.6300.16
HSL231.92º65.55%53.33%-
HSV(B)231.92º72.9%83.92%-
XYZ16.6811.3564.93-
YUV88.11199.04106.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 214 (83.98% from 255) = 60.97%
R=16.52%
G=22.51%
B=60.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58792140.730.6300.16231.9265.5553.33
Hex3A4FD6493F010e84235
Octal721173261117702035010265
Binary1110101001111110101101001001111111010000111010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,214); }

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

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

 a { background-color: rgb(58,79,214); }

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

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

 span { border-color: rgb(58,79,214); }

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