#3955BE

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

Shades of Free Speech Blue #3955BE

Tints of Free Speech Blue #3955BE

Color information

#3955BE (or 0x3955BE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 55 and BE. RGB value is (57,85,190). Sum of RGB (Red+Green+Blue) = 57+85+190=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #3955BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955BE is #C6AA41. Grayscale: #585858. Windows color (decimal): -13019714 or 12473657. OLE color: 12473657.

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

Color convert

RGB5785190-
CMYK0.70.5500.25
HSL227.37º53.85%48.43%-
HSV(B)227.37º70%74.51%-
XYZ14.2311.0850.1-
YUV88.6185.22105.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=17.17%
G=25.60%
B=57.23%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57851900.70.5500.25227.3753.8548.43
Hex3955BE4637019e33630
Octal71125276106670313436660
Binary111001101010110111110100011011011101100111100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3955BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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