#3F4BBA

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

Shades of Free Speech Blue #3F4BBA

Tints of Free Speech Blue #3F4BBA

Color information

#3F4BBA (or 0x3F4BBA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4B and BA. RGB value is (63,75,186). Sum of RGB (Red+Green+Blue) = 63+75+186=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F4BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BBA is #C0B445. Grayscale: #535353. Windows color (decimal): -12629062 or 12208959. OLE color: 12208959.

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

Color convert

RGB6375186-
CMYK0.660.6000.27
HSL234.15º49.4%48.82%-
HSV(B)234.15º66.13%72.94%-
XYZ13.439.6347.61-
YUV84.07185.52112.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=19.44%
G=23.15%
B=57.41%

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
Decimal63751860.660.6000.27234.1549.448.82
Hex3F4BBA423C01Bea3131
Octal77113272102740333526161
Binary111111100101110111010100001011110001101111101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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