Html Css Color HEX #3F49BE Free Speech Blue

📋 copy color: '#3F49BE'

red 63 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Blue #3F49BE

Tints of Free Speech Blue #3F49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 19.33%
G = 22.39%
B = 58.28%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F49BE (or 0x3F49BE) is known color: Free Speech Blue. HEX triplet: 3F, 49 and BE. RGB value is (63,73,190). Sum of RGB (Red+Green+Blue) = 63+73+190=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49BE is #C0B641. Grayscale: #525252. Windows color (decimal): -12629570 or 12470591. OLE color: 12470591.

HSL color Cylindrical-coordinate representation of color #3F49BE: hue angle of 235.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F49BE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 73 190 -
CMYK 0.67 0.62 0 0.25
HSL 235.28º 0.5% 0.5% -
HSV(B) 235.28º 0.67% 0.75% -
XYZ 13.73 9.54 49.83 -
YUV 83.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 63 73 190 0.67 0.62 0 0.25 235.28 0.5 0.5
Hex 3F 49 BE 43 3E 0 19 EB 32 32
Octal 77 111 276 103 76 0 31 353 62 62
Binary 111111 1001001 10111110 1000011 111110 0 11001 11101011 110010 110010

Color Harmonies of #3F49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49BE

Black with #3F49BE

Text Example


Text Example

White with #3F49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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