#3B3ED6

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

Shades of Free Speech Blue #3B3ED6

Tints of Free Speech Blue #3B3ED6

Color information

#3B3ED6 (or 0x3B3ED6) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3E and D6. RGB value is (59,62,214). Sum of RGB (Red+Green+Blue) = 59+62+214=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #3B3ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3ED6 is #C4C129. Grayscale: #4D4D4D. Windows color (decimal): -12894506 or 14040635. OLE color: 14040635.

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

Color convert

RGB5962214-
CMYK0.720.7100.16
HSL238.84º65.4%53.53%-
HSV(B)238.84º72.43%83.92%-
XYZ15.669.2364.57-
YUV78.43204.51114.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 214 (83.98% from 255) = 63.88%
R=17.61%
G=18.51%
B=63.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59622140.720.7100.16238.8465.453.53
Hex3B3ED64847010ef4136
Octal737632611010702035710166
Binary1110111111101101011010010001000111010000111011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,214); }

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

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

 a { background-color: rgb(59,62,214); }

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

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

 span { border-color: rgb(59,62,214); }

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