#3B3EBE

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

Shades of Free Speech Blue #3B3EBE

Tints of Free Speech Blue #3B3EBE

Color information

#3B3EBE (or 0x3B3EBE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3E and BE. RGB value is (59,62,190). Sum of RGB (Red+Green+Blue) = 59+62+190=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3EBE is #C4C141. Grayscale: #4B4B4B. Windows color (decimal): -12894530 or 12467771. OLE color: 12467771.

HSL color Cylindrical-coordinate representation of color #3B3EBE: hue angle of 238.63º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B3EBE is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5962190-
CMYK0.690.6700.25
HSL238.63º52.61%48.82%-
HSV(B)238.63º68.95%74.51%-
XYZ12.828.0949.6-
YUV75.69192.51116.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=18.97%
G=19.94%
B=61.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59621900.690.6700.25238.6352.6148.82
Hex3B3EBE4543019ef3531
Octal73762761051030313576561
Binary111011111110101111101000101100001101100111101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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