#3f42d1

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

Shades of Free Speech Blue #3F42D1

Tints of Free Speech Blue #3F42D1

Color information

#3F42D1 (or 0x3F42D1) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 42 and D1. RGB value is (63,66,209). Sum of RGB (Red+Green+Blue) = 63+66+209=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F42D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42D1 is #C0BD2E. Grayscale: #505050. Windows color (decimal): -12631343 or 13713983. OLE color: 13713983.

HSL color Cylindrical-coordinate representation of color #3F42D1: hue angle of 238.77º 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 #3F42D1 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6366209-
CMYK0.700.6800.18
HSL238.77º61.34%53.33%-
HSV(B)238.77º69.86%81.96%-
XYZ15.519.5661.35-
YUV81.4200.01114.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=18.64%
G=19.53%
B=61.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal63662090.700.6800.18238.7761.3453.33
Hex3F42D14644012ef3d35
Octal771023211061040223577565
Binary1111111000010110100011000110100010001001011101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f42d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,209); }

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

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

 a { background-color: rgb(63,66,209); }

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

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

 span { border-color: rgb(63,66,209); }

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