#3F4CD3

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

Shades of Free Speech Blue #3F4CD3

Tints of Free Speech Blue #3F4CD3

Color information

#3F4CD3 (or 0x3F4CD3) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and D3. RGB value is (63,76,211). Sum of RGB (Red+Green+Blue) = 63+76+211=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 211 (82.81% from 255 or 60.29% from 350); Max value from RGB is 211 - color contains mainly: blue. Hex color #3F4CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CD3 is #C0B32C. Grayscale: #565656. Windows color (decimal): -12628781 or 13847615. OLE color: 13847615.

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

Color convert

RGB6376211-
CMYK0.700.6400.17
HSL234.73º62.71%53.73%-
HSV(B)234.73º70.14%82.75%-
XYZ16.3910.9362.87-
YUV87.5197.69110.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 211 (82.81% from 255) = 60.29%
R=18%
G=21.71%
B=60.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63762110.700.6400.17234.7362.7153.73
Hex3F4CD34640011eb3f36
Octal771143231061000213537766
Binary1111111001100110100111000110100000001000111101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,211); }

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

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

 a { background-color: rgb(63,76,211); }

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

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

 span { border-color: rgb(63,76,211); }

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