#3B5ABF

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

Shades of Free Speech Blue #3B5ABF

Tints of Free Speech Blue #3B5ABF

Color information

#3B5ABF (or 0x3B5ABF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5A and BF. RGB value is (59,90,191). Sum of RGB (Red+Green+Blue) = 59+90+191=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ABF is #C4A540. Grayscale: #5B5B5B. Windows color (decimal): -12887361 or 12540475. OLE color: 12540475.

HSL color Cylindrical-coordinate representation of color #3B5ABF: hue angle of 225.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B5ABF is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5990191-
CMYK0.690.5300.25
HSL225.91º52.8%49.02%-
HSV(B)225.91º69.11%74.9%-
XYZ14.861250.82-
YUV92.24183.73104.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.35%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 191 (75% from 255) = 56.18%
R=17.35%
G=26.47%
B=56.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59901910.690.5300.25225.9152.849.02
Hex3B5ABF4535019e23531
Octal73132277105650313426561
Binary111011101101010111111100010111010101100111100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,90,191); }

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

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

 a { background-color: rgb(59,90,191); }

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

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

 span { border-color: rgb(59,90,191); }

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