Html Css Color HEX #3F4EAC Free Speech Blue

📋 copy color: '#3F4EAC'

red 63 ◦ green 78 ◦ blue 172

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

Shades of Free Speech Blue #3F4EAC

Tints of Free Speech Blue #3F4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 20.13%
G = 24.92%
B = 54.95%

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

#3F4EAC (or 0x3F4EAC) is known color: Free Speech Blue. HEX triplet: 3F, 4E and AC. RGB value is (63,78,172). Sum of RGB (Red+Green+Blue) = 63+78+172=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAC is #C0B153. Grayscale: #535353. Windows color (decimal): -12628308 or 11292223. OLE color: 11292223.

HSL color Cylindrical-coordinate representation of color #3F4EAC: hue angle of 231.74º 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 #3F4EAC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 78 172 -
CMYK 0.63 0.55 0 0.33
HSL 231.74º 0.46% 0.46% -
HSV(B) 231.74º 0.63% 0.67% -
XYZ 12.22 9.48 40.22 -
YUV 84.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 63 78 172 0.63 0.55 0 0.33 231.74 0.46 0.46
Hex 3F 4E AC 3F 37 0 21 E8 2E 2E
Octal 77 116 254 77 67 0 41 350 56 56
Binary 111111 1001110 10101100 111111 110111 0 100001 11101000 101110 101110

Color Harmonies of #3F4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4EAC

Black with #3F4EAC

Text Example


Text Example

White with #3F4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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