#3F55C0

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

Shades of Free Speech Blue #3F55C0

Tints of Free Speech Blue #3F55C0

Color information

#3F55C0 (or 0x3F55C0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 55 and C0. RGB value is (63,85,192). Sum of RGB (Red+Green+Blue) = 63+85+192=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F55C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F55C0 is #C0AA3F. Grayscale: #5A5A5A. Windows color (decimal): -12626496 or 12604735. OLE color: 12604735.

HSL color Cylindrical-coordinate representation of color #3F55C0: hue angle of 229.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F55C0 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6385192-
CMYK0.670.5600.25
HSL229.77º50.59%50%-
HSV(B)229.77º67.19%75.29%-
XYZ14.8111.3651.28-
YUV90.62185.21108.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 56.47%
R=18.53%
G=25%
B=56.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63851920.670.5600.25229.7750.5950
Hex3F55C04338019e63332
Octal77125300103700313466362
Binary111111101010111000000100001111100001100111100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F55C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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