#3f4dac

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

Shades of Free Speech Blue #3F4DAC

Tints of Free Speech Blue #3F4DAC

Color information

#3F4DAC (or 0x3F4DAC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4D and AC. RGB value is (63,77,172). Sum of RGB (Red+Green+Blue) = 63+77+172=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4DAC is #C0B253. Grayscale: #535353. Windows color (decimal): -12628564 or 11291967. OLE color: 11291967.

HSL color Cylindrical-coordinate representation of color #3F4DAC: hue angle of 232.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4DAC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6377172-
CMYK0.630.5500.33
HSL232.29º46.38%46.08%-
HSV(B)232.29º63.37%67.45%-
XYZ12.159.3440.19-
YUV83.64177.86113.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=20.19%
G=24.68%
B=55.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63771720.630.5500.33232.2946.3846.08
Hex3F4DAC3F37021e82e2e
Octal7711525477670413505656
Binary111111100110110101100111111110111010000111101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f4dac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,77,172); }

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

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

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

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

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

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

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