Html Css Color HEX #3F51AC Free Speech Blue

📋 copy color: '#3F51AC'

red 63 ◦ green 81 ◦ blue 172

#3F51AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3F51AC

Tints of Free Speech Blue #3F51AC

RGB

 RED value IS 63 (25% from 255) = 19.94%

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 19.94%
G = 25.63%
B = 54.43%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F51AC (or 0x3F51AC) is known color: Free Speech Blue. HEX triplet: 3F, 51 and AC. RGB value is (63,81,172). Sum of RGB (Red+Green+Blue) = 63+81+172=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F51AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F51AC is #C0AE53. Grayscale: #555555. Windows color (decimal): -12627540 or 11292991. OLE color: 11292991.

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

Color convert

RGB 63 81 172 -
CMYK 0.63 0.53 0 0.33
HSL 230.09º 0.46% 0.46% -
HSV(B) 230.09º 0.63% 0.67% -
XYZ 12.44 9.92 40.29 -
YUV 85.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 63 81 172 0.63 0.53 0 0.33 230.09 0.46 0.46
Hex 3F 51 AC 3F 35 0 21 E6 2E 2E
Octal 77 121 254 77 65 0 41 346 56 56
Binary 111111 1010001 10101100 111111 110101 0 100001 11100110 101110 101110

Color Harmonies of #3F51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F51AC

Black with #3F51AC

Text Example


Text Example

White with #3F51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F51AC;
 }
 .AnyTagClassName
 {
   color: #3F51AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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