Html Css Color HEX #3F51B5 Free Speech Blue

📋 copy color: '#3F51B5'

red 63 ◦ green 81 ◦ blue 181

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

Shades of Free Speech Blue #3F51B5

Tints of Free Speech Blue #3F51B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.69%

R = 19.38%
G = 24.92%
B = 55.69%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F51B5 (or 0x3F51B5) is known color: Free Speech Blue. HEX triplet: 3F, 51 and B5. RGB value is (63,81,181). Sum of RGB (Red+Green+Blue) = 63+81+181=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F51B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51B5 is #C0AE4A. Grayscale: #565656. Windows color (decimal): -12627531 or 11882815. OLE color: 11882815.

HSL color Cylindrical-coordinate representation of color #3F51B5: hue angle of 230.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F51B5 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 81 181 -
CMYK 0.65 0.55 0 0.29
HSL 230.85º 0.48% 0.48% -
HSV(B) 230.85º 0.65% 0.71% -
XYZ 13.33 10.28 45 -
YUV 87.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 63 81 181 0.65 0.55 0 0.29 230.85 0.48 0.48
Hex 3F 51 B5 41 37 0 1D E7 30 30
Octal 77 121 265 101 67 0 35 347 60 60
Binary 111111 1010001 10110101 1000001 110111 0 11101 11100111 110000 110000

Color Harmonies of #3F51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F51B5

Black with #3F51B5

Text Example


Text Example

White with #3F51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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