#3F4CAE

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

Shades of Free Speech Blue #3F4CAE

Tints of Free Speech Blue #3F4CAE

Color information

#3F4CAE (or 0x3F4CAE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and AE. RGB value is (63,76,174). Sum of RGB (Red+Green+Blue) = 63+76+174=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CAE is #C0B351. Grayscale: #525252. Windows color (decimal): -12628818 or 11422783. OLE color: 11422783.

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

Color convert

RGB6376174-
CMYK0.640.5600.32
HSL232.97º46.84%46.47%-
HSV(B)232.97º63.79%68.24%-
XYZ12.279.2841.19-
YUV83.28179.19113.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=20.13%
G=24.28%
B=55.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63761740.640.5600.32232.9746.8446.47
Hex3F4CAE4038020e92f2e
Octal77114256100700403515756
Binary1111111001100101011101000000111000010000011101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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