#3B5EBF

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

Shades of Free Speech Blue #3B5EBF

Tints of Free Speech Blue #3B5EBF

Color information

#3B5EBF (or 0x3B5EBF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5E and BF. RGB value is (59,94,191). Sum of RGB (Red+Green+Blue) = 59+94+191=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5EBF is #C4A140. Grayscale: #5E5E5E. Windows color (decimal): -12886337 or 12541499. OLE color: 12541499.

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

Color convert

RGB5994191-
CMYK0.690.5100.25
HSL224.09º52.8%49.02%-
HSV(B)224.09º69.11%74.9%-
XYZ15.2112.750.94-
YUV94.59182.4102.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 191 (75% from 255) = 55.52%
R=17.15%
G=27.33%
B=55.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59941910.690.5100.25224.0952.849.02
Hex3B5EBF4533019e03531
Octal73136277105630313406561
Binary111011101111010111111100010111001101100111100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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