#3B4ED5

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

Shades of Free Speech Blue #3B4ED5

Tints of Free Speech Blue #3B4ED5

Color information

#3B4ED5 (or 0x3B4ED5) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4E and D5. RGB value is (59,78,213). Sum of RGB (Red+Green+Blue) = 59+78+213=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B4ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4ED5 is #C4B12A. Grayscale: #575757. Windows color (decimal): -12890411 or 13979195. OLE color: 13979195.

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

Color convert

RGB5978213-
CMYK0.720.6300.16
HSL232.6º64.71%53.33%-
HSV(B)232.6º72.3%83.53%-
XYZ16.5411.1864.24-
YUV87.71198.71107.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 213 (83.59% from 255) = 60.86%
R=16.86%
G=22.29%
B=60.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59782130.720.6300.16232.664.7153.33
Hex3B4ED5483F010e94135
Octal731163251107702035110165
Binary1110111001110110101011001000111111010000111010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,213); }

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

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

 a { background-color: rgb(59,78,213); }

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

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

 span { border-color: rgb(59,78,213); }

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