#3B50DC

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

Shades of Free Speech Blue #3B50DC

Tints of Free Speech Blue #3B50DC

Color information

#3B50DC (or 0x3B50DC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 50 and DC. RGB value is (59,80,220). Sum of RGB (Red+Green+Blue) = 59+80+220=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B50DC is #C4AF23. Grayscale: #595959. Windows color (decimal): -12889892 or 14438459. OLE color: 14438459.

HSL color Cylindrical-coordinate representation of color #3B50DC: hue angle of 232.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B50DC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5980220-
CMYK0.730.6400.14
HSL232.17º69.7%54.71%-
HSV(B)232.17º73.18%86.27%-
XYZ17.5911.8369.07-
YUV89.68201.54106.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=16.43%
G=22.28%
B=61.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59802200.730.6400.14232.1769.754.71
Hex3B50DC49400Ee84637
Octal7312033411110001635010667
Binary1110111010000110111001001001100000001110111010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B50DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,220); }

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

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

 a { background-color: rgb(59,80,220); }

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

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

 span { border-color: rgb(59,80,220); }

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