#3B39BB

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

Shades of Free Speech Blue #3B39BB

Tints of Free Speech Blue #3B39BB

Color information

#3B39BB (or 0x3B39BB) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 39 and BB. RGB value is (59,57,187). Sum of RGB (Red+Green+Blue) = 59+57+187=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B39BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B39BB is #C4C644. Grayscale: #474747. Windows color (decimal): -12895813 or 12269883. OLE color: 12269883.

HSL color Cylindrical-coordinate representation of color #3B39BB: hue angle of 240.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B39BB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5957187-
CMYK0.680.7000.27
HSL240.92º53.28%47.84%-
HSV(B)240.92º69.52%73.33%-
XYZ12.247.4447.81-
YUV72.42192.66118.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=19.47%
G=18.81%
B=61.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59571870.680.7000.27240.9253.2847.84
Hex3B39BB444601Bf13530
Octal73712731041060333616560
Binary111011111001101110111000100100011001101111110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B39BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,187); }

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

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

 a { background-color: rgb(59,57,187); }

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

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

 span { border-color: rgb(59,57,187); }

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