Html Css Color HEX #3F50AE Free Speech Blue

📋 copy color: '#3F50AE'

red 63 ◦ green 80 ◦ blue 174

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

Shades of Free Speech Blue #3F50AE

Tints of Free Speech Blue #3F50AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 19.87%
G = 25.24%
B = 54.89%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F50AE (or 0x3F50AE) is known color: Free Speech Blue. HEX triplet: 3F, 50 and AE. RGB value is (63,80,174). Sum of RGB (Red+Green+Blue) = 63+80+174=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F50AE is #C0AF51. Grayscale: #555555. Windows color (decimal): -12627794 or 11423807. OLE color: 11423807.

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

Color convert

RGB 63 80 174 -
CMYK 0.64 0.54 0 0.32
HSL 230.81º 0.47% 0.46% -
HSV(B) 230.81º 0.64% 0.68% -
XYZ 12.56 9.85 41.28 -
YUV 85.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 63 80 174 0.64 0.54 0 0.32 230.81 0.47 0.46
Hex 3F 50 AE 40 36 0 20 E7 2F 2E
Octal 77 120 256 100 66 0 40 347 57 56
Binary 111111 1010000 10101110 1000000 110110 0 100000 11100111 101111 101110

Color Harmonies of #3F50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50AE

Black with #3F50AE

Text Example


Text Example

White with #3F50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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