#3B40B6

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

Shades of Free Speech Blue #3B40B6

Tints of Free Speech Blue #3B40B6

Color information

#3B40B6 (or 0x3B40B6) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 40 and B6. RGB value is (59,64,182). Sum of RGB (Red+Green+Blue) = 59+64+182=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B40B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B40B6 is #C4BF49. Grayscale: #4B4B4B. Windows color (decimal): -12894026 or 11943995. OLE color: 11943995.

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

Color convert

RGB5964182-
CMYK0.680.6500.29
HSL237.56º51.04%47.25%-
HSV(B)237.56º67.58%71.37%-
XYZ12.087.9745.16-
YUV75.96187.84115.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 182 (71.48% from 255) = 59.67%
R=19.34%
G=20.98%
B=59.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59641820.680.6500.29237.5651.0447.25
Hex3B40B6444101Dee332f
Octal731002661041010353566357
Binary1110111000000101101101000100100000101110111101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,182); }

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

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

 a { background-color: rgb(59,64,182); }

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

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

 span { border-color: rgb(59,64,182); }

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