#3959BE

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

Shades of Free Speech Blue #3959BE

Tints of Free Speech Blue #3959BE

Color information

#3959BE (or 0x3959BE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 59 and BE. RGB value is (57,89,190). Sum of RGB (Red+Green+Blue) = 57+89+190=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3959BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3959BE is #C6A641. Grayscale: #5A5A5A. Windows color (decimal): -13018690 or 12474681. OLE color: 12474681.

HSL color Cylindrical-coordinate representation of color #3959BE: hue angle of 225.56º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3959BE is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5789190-
CMYK0.70.5300.25
HSL225.56º53.85%48.43%-
HSV(B)225.56º70%74.51%-
XYZ14.5511.7350.21-
YUV90.95183.9103.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=16.96%
G=26.49%
B=56.55%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57891900.70.5300.25225.5653.8548.43
Hex3959BE4635019e23630
Octal71131276106650313426660
Binary111001101100110111110100011011010101100111100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3959BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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