#3F54D0

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

Shades of Free Speech Blue #3F54D0

Tints of Free Speech Blue #3F54D0

Color information

#3F54D0 (or 0x3F54D0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 54 and D0. RGB value is (63,84,208). Sum of RGB (Red+Green+Blue) = 63+84+208=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F54D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F54D0 is #C0AB2F. Grayscale: #5B5B5B. Windows color (decimal): -12626736 or 13653055. OLE color: 13653055.

HSL color Cylindrical-coordinate representation of color #3F54D0: hue angle of 231.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F54D0 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6384208-
CMYK0.700.6000.18
HSL231.31º60.67%53.14%-
HSV(B)231.31º69.71%81.57%-
XYZ16.6111.9561.11-
YUV91.86193.54107.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.75%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=17.75%
G=23.66%
B=58.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal63842080.700.6000.18231.3160.6753.14
Hex3F54D0463C012e73d35
Octal77124320106740223477565
Binary111111101010011010000100011011110001001011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F54D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,208); }

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

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

 a { background-color: rgb(63,84,208); }

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

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

 span { border-color: rgb(63,84,208); }

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