#3F4BBF

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

Shades of Free Speech Blue #3F4BBF

Tints of Free Speech Blue #3F4BBF

Color information

#3F4BBF (or 0x3F4BBF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4B and BF. RGB value is (63,75,191). Sum of RGB (Red+Green+Blue) = 63+75+191=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F4BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BBF is #C0B440. Grayscale: #545454. Windows color (decimal): -12629057 or 12536639. OLE color: 12536639.

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

Color convert

RGB6375191-
CMYK0.670.6100.25
HSL234.38º50.39%49.8%-
HSV(B)234.38º67.02%74.9%-
XYZ13.979.8550.46-
YUV84.64188.02112.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 191 (75% from 255) = 58.05%
R=19.15%
G=22.80%
B=58.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63751910.670.6100.25234.3850.3949.8
Hex3F4BBF433D019ea3232
Octal77113277103750313526262
Binary111111100101110111111100001111110101100111101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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