#3B41BD

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

Shades of Free Speech Blue #3B41BD

Tints of Free Speech Blue #3B41BD

Color information

#3B41BD (or 0x3B41BD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and BD. RGB value is (59,65,189). Sum of RGB (Red+Green+Blue) = 59+65+189=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B41BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41BD is #C4BE42. Grayscale: #4C4C4C. Windows color (decimal): -12893763 or 12403003. OLE color: 12403003.

HSL color Cylindrical-coordinate representation of color #3B41BD: hue angle of 237.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B41BD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5965189-
CMYK0.690.6600.26
HSL237.23º52.42%48.63%-
HSV(B)237.23º68.78%74.12%-
XYZ12.888.3849.08-
YUV77.34191.01114.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=18.85%
G=20.77%
B=60.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59651890.690.6600.26237.2352.4248.63
Hex3B41BD454201Aed3431
Octal731012751051020323556461
Binary1110111000001101111011000101100001001101011101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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