Html Css Color HEX #3F49AE Free Speech Blue

📋 copy color: '#3F49AE'

red 63 ◦ green 73 ◦ blue 174

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

Shades of Free Speech Blue #3F49AE

Tints of Free Speech Blue #3F49AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 20.32%
G = 23.55%
B = 56.13%

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

#3F49AE (or 0x3F49AE) is known color: Free Speech Blue. HEX triplet: 3F, 49 and AE. RGB value is (63,73,174). Sum of RGB (Red+Green+Blue) = 63+73+174=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F49AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F49AE is #C0B651. Grayscale: #515151. Windows color (decimal): -12629586 or 11422015. OLE color: 11422015.

HSL color Cylindrical-coordinate representation of color #3F49AE: hue angle of 234.59º 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 #3F49AE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 73 174 -
CMYK 0.64 0.58 0 0.32
HSL 234.59º 0.47% 0.46% -
HSV(B) 234.59º 0.64% 0.68% -
XYZ 12.07 8.88 41.12 -
YUV 81.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 63 73 174 0.64 0.58 0 0.32 234.59 0.47 0.46
Hex 3F 49 AE 40 3A 0 20 EB 2F 2E
Octal 77 111 256 100 72 0 40 353 57 56
Binary 111111 1001001 10101110 1000000 111010 0 100000 11101011 101111 101110

Color Harmonies of #3F49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49AE

Black with #3F49AE

Text Example


Text Example

White with #3F49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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