#3F50AC

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

Shades of Free Speech Blue #3F50AC

Tints of Free Speech Blue #3F50AC

Color information

#3F50AC (or 0x3F50AC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 50 and AC. RGB value is (63,80,172). Sum of RGB (Red+Green+Blue) = 63+80+172=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F50AC is #C0AF53. Grayscale: #555555. Windows color (decimal): -12627796 or 11292735. OLE color: 11292735.

HSL color Cylindrical-coordinate representation of color #3F50AC: hue angle of 230.64º 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 #3F50AC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6380172-
CMYK0.630.5300.33
HSL230.64º46.38%46.08%-
HSV(B)230.64º63.37%67.45%-
XYZ12.369.7740.26-
YUV85.4176.87112.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=20%
G=25.40%
B=54.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63801720.630.5300.33230.6446.3846.08
Hex3F50AC3F35021e72e2e
Octal7712025477650413475656
Binary111111101000010101100111111110101010000111100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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