#3B6BBF

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

Shades of Free Speech Blue #3B6BBF

Tints of Free Speech Blue #3B6BBF

Color information

#3B6BBF (or 0x3B6BBF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 6B and BF. RGB value is (59,107,191). Sum of RGB (Red+Green+Blue) = 59+107+191=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B6BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6BBF is #C49440. Grayscale: #656565. Windows color (decimal): -12883009 or 12544827. OLE color: 12544827.

HSL color Cylindrical-coordinate representation of color #3B6BBF: hue angle of 218.18º 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 #3B6BBF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59107191-
CMYK0.690.4400.25
HSL218.18º52.8%49.02%-
HSV(B)218.18º69.11%74.9%-
XYZ16.4715.2151.36-
YUV102.22178.197.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 191 (75% from 255) = 53.50%
R=16.53%
G=29.97%
B=53.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591071910.690.4400.25218.1852.849.02
Hex3B6BBF452C019da3531
Octal73153277105540313326561
Binary111011110101110111111100010110110001100111011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,191); }

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

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

 a { background-color: rgb(59,107,191); }

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

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

 span { border-color: rgb(59,107,191); }

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