#3F42BE

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

Shades of Free Speech Blue #3F42BE

Tints of Free Speech Blue #3F42BE

Color information

#3F42BE (or 0x3F42BE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 42 and BE. RGB value is (63,66,190). Sum of RGB (Red+Green+Blue) = 63+66+190=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42BE is #C0BD41. Grayscale: #4E4E4E. Windows color (decimal): -12631362 or 12468799. OLE color: 12468799.

HSL color Cylindrical-coordinate representation of color #3F42BE: hue angle of 238.58º degrees, saturation: 0.5, 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 #3F42BE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6366190-
CMYK0.670.6500.25
HSL238.58º50.2%49.61%-
HSV(B)238.58º66.84%74.51%-
XYZ13.298.6749.69-
YUV79.24190.51116.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=19.75%
G=20.69%
B=59.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63661900.670.6500.25238.5850.249.61
Hex3F42BE4341019ef3232
Octal771022761031010313576262
Binary1111111000010101111101000011100000101100111101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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