#3B41C9

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

Shades of Free Speech Blue #3B41C9

Tints of Free Speech Blue #3B41C9

Color information

#3B41C9 (or 0x3B41C9) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and C9. RGB value is (59,65,201). Sum of RGB (Red+Green+Blue) = 59+65+201=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B41C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41C9 is #C4BE36. Grayscale: #4E4E4E. Windows color (decimal): -12893751 or 13189435. OLE color: 13189435.

HSL color Cylindrical-coordinate representation of color #3B41C9: hue angle of 237.46º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B41C9 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5965201-
CMYK0.710.6800.21
HSL237.46º56.8%50.98%-
HSV(B)237.46º70.65%78.82%-
XYZ14.248.9356.23-
YUV78.71197.01113.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 201 (78.91% from 255) = 61.85%
R=18.15%
G=20%
B=61.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59652010.710.6800.21237.4656.850.98
Hex3B41C94744015ed3933
Octal731013111071040253557163
Binary1110111000001110010011000111100010001010111101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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