#3759BE

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

Shades of Free Speech Blue #3759BE

Tints of Free Speech Blue #3759BE

Color information

#3759BE (or 0x3759BE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 59 and BE. RGB value is (55,89,190). Sum of RGB (Red+Green+Blue) = 55+89+190=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #3759BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3759BE is #C8A641. Grayscale: #595959. Windows color (decimal): -13149762 or 12474679. OLE color: 12474679.

HSL color Cylindrical-coordinate representation of color #3759BE: hue angle of 224.89º 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 #3759BE is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5589190-
CMYK0.710.5300.25
HSL224.89º55.1%48.04%-
HSV(B)224.89º71.05%74.51%-
XYZ14.4411.6750.21-
YUV90.35184.24102.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=16.47%
G=26.65%
B=56.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55891900.710.5300.25224.8955.148.04
Hex3759BE4735019e13730
Octal67131276107650313416760
Binary110111101100110111110100011111010101100111100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3759BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3759BE; }

 p { color: rgb(55,89,190); }

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

<style>
 a { background-color: #3759BE; }

 a { background-color: rgb(55,89,190); }

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

<style>
 span { border-color: #3759BE; }

 span { border-color: rgb(55,89,190); }

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