#3F53AE

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

Shades of Free Speech Blue #3F53AE

Tints of Free Speech Blue #3F53AE

Color information

#3F53AE (or 0x3F53AE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 53 and AE. RGB value is (63,83,174). Sum of RGB (Red+Green+Blue) = 63+83+174=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F53AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F53AE is #C0AC51. Grayscale: #575757. Windows color (decimal): -12627026 or 11424575. OLE color: 11424575.

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

Color convert

RGB6383174-
CMYK0.640.5200.32
HSL229.19º46.84%46.47%-
HSV(B)229.19º63.79%68.24%-
XYZ12.7810.341.36-
YUV87.39176.87110.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=19.69%
G=25.94%
B=54.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63831740.640.5200.32229.1946.8446.47
Hex3F53AE4034020e52f2e
Octal77123256100640403455756
Binary1111111010011101011101000000110100010000011100101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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