#3B52B1

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

Shades of Free Speech Blue #3B52B1

Tints of Free Speech Blue #3B52B1

Color information

#3B52B1 (or 0x3B52B1) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 52 and B1. RGB value is (59,82,177). Sum of RGB (Red+Green+Blue) = 59+82+177=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B52B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B52B1 is #C4AD4E. Grayscale: #555555. Windows color (decimal): -12889423 or 11620923. OLE color: 11620923.

HSL color Cylindrical-coordinate representation of color #3B52B1: hue angle of 228.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B52B1 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5982177-
CMYK0.670.5400.31
HSL228.31º50%46.27%-
HSV(B)228.31º66.67%69.41%-
XYZ12.7610.1442.88-
YUV85.95179.38108.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=18.55%
G=25.79%
B=55.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59821770.670.5400.31228.315046.27
Hex3B52B1433601Fe4322e
Octal73122261103660373446256
Binary111011101001010110001100001111011001111111100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B52B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,177); }

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

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

 a { background-color: rgb(59,82,177); }

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

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

 span { border-color: rgb(59,82,177); }

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