Html Css Color HEX #3F49AD Free Speech Blue

📋 copy color: '#3F49AD'

red 63 ◦ green 73 ◦ blue 173

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

Shades of Free Speech Blue #3F49AD

Tints of Free Speech Blue #3F49AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 20.39%
G = 23.62%
B = 55.99%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F49AD (or 0x3F49AD) is known color: Free Speech Blue. HEX triplet: 3F, 49 and AD. RGB value is (63,73,173). Sum of RGB (Red+Green+Blue) = 63+73+173=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F49AD is #C0B652. Grayscale: #515151. Windows color (decimal): -12629587 or 11356479. OLE color: 11356479.

HSL color Cylindrical-coordinate representation of color #3F49AD: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F49AD is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 73 173 -
CMYK 0.64 0.58 0 0.32
HSL 234.55º 0.47% 0.46% -
HSV(B) 234.55º 0.64% 0.68% -
XYZ 11.98 8.84 40.61 -
YUV 81.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 63 73 173 0.64 0.58 0 0.32 234.55 0.47 0.46
Hex 3F 49 AD 40 3A 0 20 EB 2F 2E
Octal 77 111 255 100 72 0 40 353 57 56
Binary 111111 1001001 10101101 1000000 111010 0 100000 11101011 101111 101110

Color Harmonies of #3F49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49AD

Black with #3F49AD

Text Example


Text Example

White with #3F49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,173); }

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

background-color css

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

 a { background-color: rgb(63,73,173); }

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

border-color css

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

 span { border-color: rgb(63,73,173); }

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