#3F5BD2

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

Shades of Free Speech Blue #3F5BD2

Tints of Free Speech Blue #3F5BD2

Color information

#3F5BD2 (or 0x3F5BD2) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5B and D2. RGB value is (63,91,210). Sum of RGB (Red+Green+Blue) = 63+91+210=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 210 (82.42% from 255 or 57.69% from 364); Max value from RGB is 210 - color contains mainly: blue. Hex color #3F5BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BD2 is #C0A42D. Grayscale: #5F5F5F. Windows color (decimal): -12624942 or 13785919. OLE color: 13785919.

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

Color convert

RGB6391210-
CMYK0.700.5700.18
HSL228.57º62.03%53.53%-
HSV(B)228.57º70%82.35%-
XYZ17.4213.1962.6-
YUV96.19192.22104.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.31%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 210 (82.42% from 255) = 57.69%
R=17.31%
G=25%
B=57.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal63912100.700.5700.18228.5762.0353.53
Hex3F5BD24639012e53e36
Octal77133322106710223457666
Binary111111101101111010010100011011100101001011100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,210); }

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

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

 a { background-color: rgb(63,91,210); }

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

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

 span { border-color: rgb(63,91,210); }

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