#3F4EDC

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

Shades of Free Speech Blue #3F4EDC

Tints of Free Speech Blue #3F4EDC

Color information

#3F4EDC (or 0x3F4EDC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4E and DC. RGB value is (63,78,220). Sum of RGB (Red+Green+Blue) = 63+78+220=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EDC is #C0B123. Grayscale: #595959. Windows color (decimal): -12628260 or 14437951. OLE color: 14437951.

HSL color Cylindrical-coordinate representation of color #3F4EDC: hue angle of 234.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4EDC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6378220-
CMYK0.710.6500.14
HSL234.27º69.16%55.49%-
HSV(B)234.27º71.36%86.27%-
XYZ17.6911.6769.03-
YUV89.7201.53108.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 220 (86.33% from 255) = 60.94%
R=17.45%
G=21.61%
B=60.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63782200.710.6500.14234.2769.1655.49
Hex3F4EDC47410Eea4537
Octal7711633410710101635210567
Binary1111111001110110111001000111100000101110111010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,220); }

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

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

 a { background-color: rgb(63,78,220); }

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

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

 span { border-color: rgb(63,78,220); }

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