#3F55AF

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

Shades of Free Speech Blue #3F55AF

Tints of Free Speech Blue #3F55AF

Color information

#3F55AF (or 0x3F55AF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 55 and AF. RGB value is (63,85,175). Sum of RGB (Red+Green+Blue) = 63+85+175=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F55AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F55AF is #C0AA50. Grayscale: #585858. Windows color (decimal): -12626513 or 11490623. OLE color: 11490623.

HSL color Cylindrical-coordinate representation of color #3F55AF: hue angle of 228.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F55AF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6385175-
CMYK0.640.5100.31
HSL228.21º47.06%46.67%-
HSV(B)228.21º64%68.63%-
XYZ13.0410.6541.93-
YUV88.68176.71109.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=19.50%
G=26.32%
B=54.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63851750.640.5100.31228.2147.0646.67
Hex3F55AF403301Fe42f2f
Octal77125257100630373445757
Binary111111101010110101111100000011001101111111100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,175); }

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

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

 a { background-color: rgb(63,85,175); }

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

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

 span { border-color: rgb(63,85,175); }

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