#3B59B4

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

Shades of Free Speech Blue #3B59B4

Tints of Free Speech Blue #3B59B4

Color information

#3B59B4 (or 0x3B59B4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 59 and B4. RGB value is (59,89,180). Sum of RGB (Red+Green+Blue) = 59+89+180=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B59B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B59B4 is #C4A64B. Grayscale: #5A5A5A. Windows color (decimal): -12887628 or 11819323. OLE color: 11819323.

HSL color Cylindrical-coordinate representation of color #3B59B4: hue angle of 225.12º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B59B4 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5989180-
CMYK0.670.5100.29
HSL225.12º50.63%46.86%-
HSV(B)225.12º67.22%70.59%-
XYZ13.6111.3744.66-
YUV90.4178.56105.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=17.99%
G=27.13%
B=54.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59891800.670.5100.29225.1250.6346.86
Hex3B59B4433301De1332f
Octal73131264103630353416357
Binary111011101100110110100100001111001101110111100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B59B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,180); }

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

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

 a { background-color: rgb(59,89,180); }

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

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

 span { border-color: rgb(59,89,180); }

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