Html Css Color HEX #3F49D7 Free Speech Blue

📋 copy color: '#3F49D7'

red 63 ◦ green 73 ◦ blue 215

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

Shades of Free Speech Blue #3F49D7

Tints of Free Speech Blue #3F49D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.25%

R = 17.95%
G = 20.8%
B = 61.25%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F49D7 (or 0x3F49D7) is known color: Free Speech Blue. HEX triplet: 3F, 49 and D7. RGB value is (63,73,215). Sum of RGB (Red+Green+Blue) = 63+73+215=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 215 (84.38% from 255 or 61.25% from 351); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F49D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49D7 is #C0B628. Grayscale: #555555. Windows color (decimal): -12629545 or 14108991. OLE color: 14108991.

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

Color convert

RGB 63 73 215 -
CMYK 0.71 0.66 0 0.16
HSL 236.05º 0.66% 0.55% -
HSV(B) 236.05º 0.71% 0.84% -
XYZ 16.7 10.73 65.48 -
YUV 86.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 63 73 215 0.71 0.66 0 0.16 236.05 0.66 0.55
Hex 3F 49 D7 47 42 0 10 EC 42 37
Octal 77 111 327 107 102 0 20 354 102 67
Binary 111111 1001001 11010111 1000111 1000010 0 10000 11101100 1000010 110111

Color Harmonies of #3F49D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49D7

Black with #3F49D7

Text Example


Text Example

White with #3F49D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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