#3B4ED2

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

Shades of Free Speech Blue #3B4ED2

Tints of Free Speech Blue #3B4ED2

Color information

#3B4ED2 (or 0x3B4ED2) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4E and D2. RGB value is (59,78,210). Sum of RGB (Red+Green+Blue) = 59+78+210=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #3B4ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4ED2 is #C4B12D. Grayscale: #565656. Windows color (decimal): -12890414 or 13782587. OLE color: 13782587.

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

Color convert

RGB5978210-
CMYK0.720.6300.18
HSL232.45º62.66%52.75%-
HSV(B)232.45º71.9%82.35%-
XYZ16.1611.0362.25-
YUV87.37197.21107.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 210 (82.42% from 255) = 60.52%
R=17.00%
G=22.48%
B=60.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59782100.720.6300.18232.4562.6652.75
Hex3B4ED2483F012e83f35
Octal73116322110770223507765
Binary111011100111011010010100100011111101001011101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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