#3756BF

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

Shades of Free Speech Blue #3756BF

Tints of Free Speech Blue #3756BF

Color information

#3756BF (or 0x3756BF) is unknown color: approx Free Speech Blue. HEX triplet: 37, 56 and BF. RGB value is (55,86,191). Sum of RGB (Red+Green+Blue) = 55+86+191=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #3756BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756BF is #C8A940. Grayscale: #585858. Windows color (decimal): -13150529 or 12539447. OLE color: 12539447.

HSL color Cylindrical-coordinate representation of color #3756BF: hue angle of 226.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3756BF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5586191-
CMYK0.710.5500.25
HSL226.32º55.28%48.24%-
HSV(B)226.32º71.2%74.9%-
XYZ14.3111.2350.7-
YUV88.7185.73103.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 191 (75% from 255) = 57.53%
R=16.57%
G=25.90%
B=57.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55861910.710.5500.25226.3255.2848.24
Hex3756BF4737019e23730
Octal67126277107670313426760
Binary110111101011010111111100011111011101100111100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3756BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3756BF; }

 p { color: rgb(55,86,191); }

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

<style>
 a { background-color: #3756BF; }

 a { background-color: rgb(55,86,191); }

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

<style>
 span { border-color: #3756BF; }

 span { border-color: rgb(55,86,191); }

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