#3B5FBE

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

Shades of Free Speech Blue #3B5FBE

Tints of Free Speech Blue #3B5FBE

Color information

#3B5FBE (or 0x3B5FBE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5F and BE. RGB value is (59,95,190). Sum of RGB (Red+Green+Blue) = 59+95+190=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5FBE is #C4A041. Grayscale: #5E5E5E. Windows color (decimal): -12886082 or 12476219. OLE color: 12476219.

HSL color Cylindrical-coordinate representation of color #3B5FBE: hue angle of 223.51º 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 #3B5FBE is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5995190-
CMYK0.690.500.25
HSL223.51º52.61%48.82%-
HSV(B)223.51º68.95%74.51%-
XYZ15.1912.8350.39-
YUV95.07181.57102.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=17.15%
G=27.62%
B=55.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59951900.690.500.25223.5152.6148.82
Hex3B5FBE4532019e03531
Octal73137276105620313406561
Binary111011101111110111110100010111001001100111100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,95,190); }

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

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

 a { background-color: rgb(59,95,190); }

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

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

 span { border-color: rgb(59,95,190); }

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