#3F5BBF

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

Shades of Free Speech Blue #3F5BBF

Tints of Free Speech Blue #3F5BBF

Color information

#3F5BBF (or 0x3F5BBF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5B and BF. RGB value is (63,91,191). Sum of RGB (Red+Green+Blue) = 63+91+191=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BBF is #C0A440. Grayscale: #5D5D5D. Windows color (decimal): -12624961 or 12540735. OLE color: 12540735.

HSL color Cylindrical-coordinate representation of color #3F5BBF: hue angle of 226.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F5BBF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6391191-
CMYK0.670.5200.25
HSL226.88º50.39%49.8%-
HSV(B)226.88º67.02%74.9%-
XYZ15.1912.350.86-
YUV94.03182.72105.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 191 (75% from 255) = 55.36%
R=18.26%
G=26.38%
B=55.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63911910.670.5200.25226.8850.3949.8
Hex3F5BBF4334019e33232
Octal77133277103640313436262
Binary111111101101110111111100001111010001100111100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,191); }

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

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

 a { background-color: rgb(63,91,191); }

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

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

 span { border-color: rgb(63,91,191); }

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