#3F4ABA

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

Shades of Free Speech Blue #3F4ABA

Tints of Free Speech Blue #3F4ABA

Color information

#3F4ABA (or 0x3F4ABA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and BA. RGB value is (63,74,186). Sum of RGB (Red+Green+Blue) = 63+74+186=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F4ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABA is #C0B545. Grayscale: #535353. Windows color (decimal): -12629318 or 12208703. OLE color: 12208703.

HSL color Cylindrical-coordinate representation of color #3F4ABA: hue angle of 234.63º degrees, saturation: 0.49, 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 #3F4ABA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6374186-
CMYK0.660.6000.27
HSL234.63º49.4%48.82%-
HSV(B)234.63º66.13%72.94%-
XYZ13.369.547.58-
YUV83.48185.86113.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=19.50%
G=22.91%
B=57.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63741860.660.6000.27234.6349.448.82
Hex3F4ABA423C01Beb3131
Octal77112272102740333536161
Binary111111100101010111010100001011110001101111101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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