#3F4ABF

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

Shades of Free Speech Blue #3F4ABF

Tints of Free Speech Blue #3F4ABF

Color information

#3F4ABF (or 0x3F4ABF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and BF. RGB value is (63,74,191). Sum of RGB (Red+Green+Blue) = 63+74+191=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABF is #C0B540. Grayscale: #535353. Windows color (decimal): -12629313 or 12536383. OLE color: 12536383.

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

Color convert

RGB6374191-
CMYK0.670.6100.25
HSL234.84º50.39%49.8%-
HSV(B)234.84º67.02%74.9%-
XYZ13.99.7250.43-
YUV84.05188.36112.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 191 (75% from 255) = 58.23%
R=19.21%
G=22.56%
B=58.23%

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
Decimal63741910.670.6100.25234.8450.3949.8
Hex3F4ABF433D019eb3232
Octal77112277103750313536262
Binary111111100101010111111100001111110101100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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