#3B53D7

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

Shades of Free Speech Blue #3B53D7

Tints of Free Speech Blue #3B53D7

Color information

#3B53D7 (or 0x3B53D7) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 53 and D7. RGB value is (59,83,215). Sum of RGB (Red+Green+Blue) = 59+83+215=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #3B53D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B53D7 is #C4AC28. Grayscale: #5A5A5A. Windows color (decimal): -12889129 or 14111547. OLE color: 14111547.

HSL color Cylindrical-coordinate representation of color #3B53D7: hue angle of 230.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B53D7 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5983215-
CMYK0.730.6100.16
HSL230.77º66.1%53.73%-
HSV(B)230.77º72.56%84.31%-
XYZ17.1612.0265.71-
YUV90.87198.05105.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 215 (84.38% from 255) = 60.22%
R=16.53%
G=23.25%
B=60.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59832150.730.6100.16230.7766.153.73
Hex3B53D7493D010e74236
Octal731233271117502034710266
Binary1110111010011110101111001001111101010000111001111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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