Html Css Color HEX #3F4DAC Free Speech Blue

📋 copy color: '#3F4DAC'

red 63 ◦ green 77 ◦ blue 172

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

Shades of Free Speech Blue #3F4DAC

Tints of Free Speech Blue #3F4DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 20.19%
G = 24.68%
B = 55.13%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F4DAC (or 0x3F4DAC) is known color: Free Speech Blue. HEX triplet: 3F, 4D and AC. RGB value is (63,77,172). Sum of RGB (Red+Green+Blue) = 63+77+172=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4DAC is #C0B253. Grayscale: #535353. Windows color (decimal): -12628564 or 11291967. OLE color: 11291967.

HSL color Cylindrical-coordinate representation of color #3F4DAC: hue angle of 232.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4DAC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 77 172 -
CMYK 0.63 0.55 0 0.33
HSL 232.29º 0.46% 0.46% -
HSV(B) 232.29º 0.63% 0.67% -
XYZ 12.15 9.34 40.19 -
YUV 83.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 63 77 172 0.63 0.55 0 0.33 232.29 0.46 0.46
Hex 3F 4D AC 3F 37 0 21 E8 2E 2E
Octal 77 115 254 77 67 0 41 350 56 56
Binary 111111 1001101 10101100 111111 110111 0 100001 11101000 101110 101110

Color Harmonies of #3F4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DAC

Black with #3F4DAC

Text Example


Text Example

White with #3F4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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