#3D41C6

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

Shades of Free Speech Blue #3D41C6

Tints of Free Speech Blue #3D41C6

Color information

#3D41C6 (or 0x3D41C6) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 41 and C6. RGB value is (61,65,198). Sum of RGB (Red+Green+Blue) = 61+65+198=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D41C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D41C6 is #C2BE39. Grayscale: #4E4E4E. Windows color (decimal): -12762682 or 12992829. OLE color: 12992829.

HSL color Cylindrical-coordinate representation of color #3D41C6: hue angle of 238.25º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D41C6 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6165198-
CMYK0.690.6700.22
HSL238.25º54.58%50.78%-
HSV(B)238.25º69.19%77.65%-
XYZ14.018.8554.4-
YUV78.97195.17115.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 198 (77.73% from 255) = 61.11%
R=18.83%
G=20.06%
B=61.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61651980.690.6700.22238.2554.5850.78
Hex3D41C64543016ee3733
Octal751013061051030263566763
Binary1111011000001110001101000101100001101011011101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,198); }

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

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

 a { background-color: rgb(61,65,198); }

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

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

 span { border-color: rgb(61,65,198); }

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