#3F4EAE

Color #3F4EAE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3F4EAE

Tints of Free Speech Blue #3F4EAE

Color information

#3F4EAE (or 0x3F4EAE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4E and AE. RGB value is (63,78,174). Sum of RGB (Red+Green+Blue) = 63+78+174=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F4EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAE is #C0B151. Grayscale: #545454. Windows color (decimal): -12628306 or 11423295. OLE color: 11423295.

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

Color convert

RGB6378174-
CMYK0.640.5500.32
HSL231.89º46.84%46.47%-
HSV(B)231.89º63.79%68.24%-
XYZ12.419.5641.24-
YUV84.46178.53112.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=20%
G=24.76%
B=55.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63781740.640.5500.32231.8946.8446.47
Hex3F4EAE4037020e82f2e
Octal77116256100670403505756
Binary1111111001110101011101000000110111010000011101000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4EAE;
 }
 .AnyTagClassName
 {
   color: #3F4EAE;
 }
</style>
background-color css

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

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

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

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

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

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