Html Css Color HEX #3F4DAE Free Speech Blue

📋 copy color: '#3F4DAE'

red 63 ◦ green 77 ◦ blue 174

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

Shades of Free Speech Blue #3F4DAE

Tints of Free Speech Blue #3F4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 20.06%
G = 24.52%
B = 55.41%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F4DAE (or 0x3F4DAE) is known color: Free Speech Blue. HEX triplet: 3F, 4D and AE. RGB value is (63,77,174). Sum of RGB (Red+Green+Blue) = 63+77+174=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F4DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4DAE is #C0B251. Grayscale: #535353. Windows color (decimal): -12628562 or 11423039. OLE color: 11423039.

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

Color convert

RGB 63 77 174 -
CMYK 0.64 0.56 0 0.32
HSL 232.43º 0.47% 0.46% -
HSV(B) 232.43º 0.64% 0.68% -
XYZ 12.34 9.42 41.21 -
YUV 83.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 63 77 174 0.64 0.56 0 0.32 232.43 0.47 0.46
Hex 3F 4D AE 40 38 0 20 E8 2F 2E
Octal 77 115 256 100 70 0 40 350 57 56
Binary 111111 1001101 10101110 1000000 111000 0 100000 11101000 101111 101110

Color Harmonies of #3F4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DAE

Black with #3F4DAE

Text Example


Text Example

White with #3F4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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