#3B41D5

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

Shades of Free Speech Blue #3B41D5

Tints of Free Speech Blue #3B41D5

Color information

#3B41D5 (or 0x3B41D5) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and D5. RGB value is (59,65,213). Sum of RGB (Red+Green+Blue) = 59+65+213=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B41D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41D5 is #C4BE2A. Grayscale: #4F4F4F. Windows color (decimal): -12893739 or 13975867. OLE color: 13975867.

HSL color Cylindrical-coordinate representation of color #3B41D5: hue angle of 237.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B41D5 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5965213-
CMYK0.720.6900.16
HSL237.66º64.71%53.33%-
HSV(B)237.66º72.3%83.53%-
XYZ15.79.5163.96-
YUV80.08203.01112.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.51%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 213 (83.59% from 255) = 63.20%
R=17.51%
G=19.29%
B=63.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59652130.720.6900.16237.6664.7153.33
Hex3B41D54845010ee4135
Octal7310132511010502035610165
Binary11101110000011101010110010001000101010000111011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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