#3B53B0

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

Shades of Free Speech Blue #3B53B0

Tints of Free Speech Blue #3B53B0

Color information

#3B53B0 (or 0x3B53B0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 53 and B0. RGB value is (59,83,176). Sum of RGB (Red+Green+Blue) = 59+83+176=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B53B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B53B0 is #C4AC4F. Grayscale: #565656. Windows color (decimal): -12889168 or 11555643. OLE color: 11555643.

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

Color convert

RGB5983176-
CMYK0.660.5300.31
HSL227.69º49.79%46.08%-
HSV(B)227.69º66.48%69.02%-
XYZ12.7310.2542.38-
YUV86.43178.55108.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 176 (69.14% from 255) = 55.35%
R=18.55%
G=26.10%
B=55.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59831760.660.5300.31227.6949.7946.08
Hex3B53B0423501Fe4322e
Octal73123260102650373446256
Binary111011101001110110000100001011010101111111100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B53B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,176); }

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

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

 a { background-color: rgb(59,83,176); }

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

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

 span { border-color: rgb(59,83,176); }

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