Html Css Color HEX #3F49DF Free Speech Blue

📋 copy color: '#3F49DF'

red 63 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Blue #3F49DF

Tints of Free Speech Blue #3F49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 17.55%
G = 20.33%
B = 62.12%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F49DF (or 0x3F49DF) is known color: Free Speech Blue. HEX triplet: 3F, 49 and DF. RGB value is (63,73,223). Sum of RGB (Red+Green+Blue) = 63+73+223=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49DF is #C0B620. Grayscale: #565656. Windows color (decimal): -12629537 or 14633279. OLE color: 14633279.

HSL color Cylindrical-coordinate representation of color #3F49DF: hue angle of 236.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F49DF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 73 223 -
CMYK 0.72 0.67 0 0.13
HSL 236.25º 0.71% 0.56% -
HSV(B) 236.25º 0.72% 0.87% -
XYZ 17.75 11.15 71.03 -
YUV 87.11 204.69 110.8 -
System Red Green Blue C M Y K H S L
Decimal 63 73 223 0.72 0.67 0 0.13 236.25 0.71 0.56
Hex 3F 49 DF 48 43 0 D EC 47 38
Octal 77 111 337 110 103 0 15 354 107 70
Binary 111111 1001001 11011111 1001000 1000011 0 1101 11101100 1000111 111000

Color Harmonies of #3F49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49DF

Black with #3F49DF

Text Example


Text Example

White with #3F49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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