Html Css Color HEX #3F49BC Free Speech Blue

📋 copy color: '#3F49BC'

red 63 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #3F49BC

Tints of Free Speech Blue #3F49BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 19.44%
G = 22.53%
B = 58.02%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F49BC (or 0x3F49BC) is known color: Free Speech Blue. HEX triplet: 3F, 49 and BC. RGB value is (63,73,188). Sum of RGB (Red+Green+Blue) = 63+73+188=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F49BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49BC is #C0B643. Grayscale: #525252. Windows color (decimal): -12629572 or 12339519. OLE color: 12339519.

HSL color Cylindrical-coordinate representation of color #3F49BC: hue angle of 235.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F49BC is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 73 188 -
CMYK 0.66 0.61 0 0.26
HSL 235.2º 0.5% 0.49% -
HSV(B) 235.2º 0.66% 0.74% -
XYZ 13.51 9.45 48.69 -
YUV 83.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 63 73 188 0.66 0.61 0 0.26 235.2 0.5 0.49
Hex 3F 49 BC 42 3D 0 1A EB 32 31
Octal 77 111 274 102 75 0 32 353 62 61
Binary 111111 1001001 10111100 1000010 111101 0 11010 11101011 110010 110001

Color Harmonies of #3F49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49BC

Black with #3F49BC

Text Example


Text Example

White with #3F49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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