#3B5CBB

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

Shades of Free Speech Blue #3B5CBB

Tints of Free Speech Blue #3B5CBB

Color information

#3B5CBB (or 0x3B5CBB) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5C and BB. RGB value is (59,92,187). Sum of RGB (Red+Green+Blue) = 59+92+187=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B5CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CBB is #C4A344. Grayscale: #5C5C5C. Windows color (decimal): -12886853 or 12278843. OLE color: 12278843.

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

Color convert

RGB5992187-
CMYK0.680.5100.27
HSL224.53º52.03%48.24%-
HSV(B)224.53º68.45%73.33%-
XYZ14.612.1748.59-
YUV92.96181.07103.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.46%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=17.46%
G=27.22%
B=55.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59921870.680.5100.27224.5352.0348.24
Hex3B5CBB443301Be13430
Octal73134273104630333416460
Binary111011101110010111011100010011001101101111100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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