#3F42D5

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

Shades of Free Speech Blue #3F42D5

Tints of Free Speech Blue #3F42D5

Color information

#3F42D5 (or 0x3F42D5) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 42 and D5. RGB value is (63,66,213). Sum of RGB (Red+Green+Blue) = 63+66+213=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F42D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42D5 is #C0BD2A. Grayscale: #515151. Windows color (decimal): -12631339 or 13976127. OLE color: 13976127.

HSL color Cylindrical-coordinate representation of color #3F42D5: hue angle of 238.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F42D5 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6366213-
CMYK0.700.6900.16
HSL238.8º64.1%54.12%-
HSV(B)238.8º70.42%83.53%-
XYZ16.019.7663.99-
YUV81.86202.01114.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.42%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 213 (83.59% from 255) = 62.28%
R=18.42%
G=19.30%
B=62.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal63662130.700.6900.16238.864.154.12
Hex3F42D54645010ef4036
Octal7710232510610502035710066
Binary11111110000101101010110001101000101010000111011111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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