#3b59bc

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

Shades of Free Speech Blue #3B59BC

Tints of Free Speech Blue #3B59BC

Color information

#3B59BC (or 0x3B59BC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 59 and BC. RGB value is (59,89,188). Sum of RGB (Red+Green+Blue) = 59+89+188=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B59BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B59BC is #C4A643. Grayscale: #5A5A5A. Windows color (decimal): -12887620 or 12343611. OLE color: 12343611.

HSL color Cylindrical-coordinate representation of color #3B59BC: hue angle of 226.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B59BC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5989188-
CMYK0.690.5300.26
HSL226.05º52.23%48.43%-
HSV(B)226.05º68.62%73.73%-
XYZ14.4511.7149.07-
YUV91.32182.56104.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 188 (73.83% from 255) = 55.95%
R=17.56%
G=26.49%
B=55.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59891880.690.5300.26226.0552.2348.43
Hex3B59BC453501Ae23430
Octal73131274105650323426460
Binary111011101100110111100100010111010101101011100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b59bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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