#3950BE

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

Shades of Free Speech Blue #3950BE

Tints of Free Speech Blue #3950BE

Color information

#3950BE (or 0x3950BE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 50 and BE. RGB value is (57,80,190). Sum of RGB (Red+Green+Blue) = 57+80+190=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #3950BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950BE is #C6AF41. Grayscale: #555555. Windows color (decimal): -13020994 or 12472377. OLE color: 12472377.

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

Color convert

RGB5780190-
CMYK0.70.5800.25
HSL229.62º53.85%48.43%-
HSV(B)229.62º70%74.51%-
XYZ13.8510.3249.98-
YUV85.66186.88107.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=17.43%
G=24.46%
B=58.10%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57801900.70.5800.25229.6253.8548.43
Hex3950BE463A019e63630
Octal71120276106720313466660
Binary111001101000010111110100011011101001100111100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3950BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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