#3B41DC

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

Shades of Free Speech Blue #3B41DC

Tints of Free Speech Blue #3B41DC

Color information

#3B41DC (or 0x3B41DC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and DC. RGB value is (59,65,220). Sum of RGB (Red+Green+Blue) = 59+65+220=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B41DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41DC is #C4BE23. Grayscale: #505050. Windows color (decimal): -12893732 or 14434619. OLE color: 14434619.

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

Color convert

RGB5965220-
CMYK0.730.7000.14
HSL237.76º69.7%54.71%-
HSV(B)237.76º73.18%86.27%-
XYZ16.619.8868.74-
YUV80.88206.51112.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 220 (86.33% from 255) = 63.95%
R=17.15%
G=18.90%
B=63.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59652200.730.7000.14237.7669.754.71
Hex3B41DC49460Eee4637
Octal7310133411110601635610667
Binary1110111000001110111001001001100011001110111011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,220); }

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

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

 a { background-color: rgb(59,65,220); }

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

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

 span { border-color: rgb(59,65,220); }

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