#3759D5

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

Shades of Free Speech Blue #3759D5

Tints of Free Speech Blue #3759D5

Color information

#3759D5 (or 0x3759D5) is unknown color: approx Free Speech Blue. HEX triplet: 37, 59 and D5. RGB value is (55,89,213). Sum of RGB (Red+Green+Blue) = 55+89+213=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #3759D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3759D5 is #C8A62A. Grayscale: #5C5C5C. Windows color (decimal): -13149739 or 13982007. OLE color: 13982007.

HSL color Cylindrical-coordinate representation of color #3759D5: hue angle of 227.09º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3759D5 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5589213-
CMYK0.740.5800.16
HSL227.09º65.29%52.55%-
HSV(B)227.09º74.18%83.53%-
XYZ17.1612.7664.51-
YUV92.97195.74100.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 213 (83.59% from 255) = 59.66%
R=15.41%
G=24.93%
B=59.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55892130.740.5800.16227.0965.2952.55
Hex3759D54A3A010e34135
Octal671313251127202034310165
Binary1101111011001110101011001010111010010000111000111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3759D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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