#3B5ABB

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

Shades of Free Speech Blue #3B5ABB

Tints of Free Speech Blue #3B5ABB

Color information

#3B5ABB (or 0x3B5ABB) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5A and BB. RGB value is (59,90,187). Sum of RGB (Red+Green+Blue) = 59+90+187=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B5ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ABB is #C4A544. Grayscale: #5B5B5B. Windows color (decimal): -12887365 or 12278331. OLE color: 12278331.

HSL color Cylindrical-coordinate representation of color #3B5ABB: hue angle of 225.47º 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 #3B5ABB is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5990187-
CMYK0.680.5200.27
HSL225.47º52.03%48.24%-
HSV(B)225.47º68.45%73.33%-
XYZ14.4311.8348.54-
YUV91.79181.73104.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 187 (73.44% from 255) = 55.65%
R=17.56%
G=26.79%
B=55.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59901870.680.5200.27225.4752.0348.24
Hex3B5ABB443401Be13430
Octal73132273104640333416460
Binary111011101101010111011100010011010001101111100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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