#3B46B4

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

Shades of Free Speech Blue #3B46B4

Tints of Free Speech Blue #3B46B4

Color information

#3B46B4 (or 0x3B46B4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 46 and B4. RGB value is (59,70,180). Sum of RGB (Red+Green+Blue) = 59+70+180=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B46B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B46B4 is #C4B94B. Grayscale: #4E4E4E. Windows color (decimal): -12892492 or 11814459. OLE color: 11814459.

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

Color convert

RGB5970180-
CMYK0.670.6100.29
HSL234.55º50.63%46.86%-
HSV(B)234.55º67.22%70.59%-
XYZ12.238.6144.2-
YUV79.25184.86113.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 180 (70.70% from 255) = 58.25%
R=19.09%
G=22.65%
B=58.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59701800.670.6100.29234.5550.6346.86
Hex3B46B4433D01Deb332f
Octal73106264103750353536357
Binary111011100011010110100100001111110101110111101011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,180); }

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

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

 a { background-color: rgb(59,70,180); }

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

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

 span { border-color: rgb(59,70,180); }

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