#3f3fbb

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

Shades of Free Speech Blue #3F3FBB

Tints of Free Speech Blue #3F3FBB

Color information

#3F3FBB (or 0x3F3FBB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 3F and BB. RGB value is (63,63,187). Sum of RGB (Red+Green+Blue) = 63+63+187=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3FBB is #C0C044. Grayscale: #4C4C4C. Windows color (decimal): -12632133 or 12271423. OLE color: 12271423.

HSL color Cylindrical-coordinate representation of color #3F3FBB: hue angle of 240º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3FBB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6363187-
CMYK0.660.6600.27
HSL240º49.6%49.02%-
HSV(B)240º66.31%73.33%-
XYZ12.88.247.92-
YUV77.14190117.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=20.13%
G=20.13%
B=59.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63631870.660.6600.2724049.649.02
Hex3F3FBB424201Bf03231
Octal77772731021020333606261
Binary111111111111101110111000010100001001101111110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f3fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,63,187); }

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

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

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

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

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

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

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