#3B50BA

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

Shades of Free Speech Blue #3B50BA

Tints of Free Speech Blue #3B50BA

Color information

#3B50BA (or 0x3B50BA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 50 and BA. RGB value is (59,80,186). Sum of RGB (Red+Green+Blue) = 59+80+186=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B50BA is #C4AF45. Grayscale: #555555. Windows color (decimal): -12889926 or 12210235. OLE color: 12210235.

HSL color Cylindrical-coordinate representation of color #3B50BA: hue angle of 230.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B50BA is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5980186-
CMYK0.680.5700.27
HSL230.08º51.84%48.04%-
HSV(B)230.08º68.28%72.94%-
XYZ13.5410.2147.71-
YUV85.8184.54108.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=18.15%
G=24.62%
B=57.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59801860.680.5700.27230.0851.8448.04
Hex3B50BA443901Be63430
Octal73120272104710333466460
Binary111011101000010111010100010011100101101111100110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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