#3549d1

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

Shades of Free Speech Blue #3549D1

Tints of Free Speech Blue #3549D1

Color information

#3549D1 (or 0x3549D1) is unknown color: approx Free Speech Blue. HEX triplet: 35, 49 and D1. RGB value is (53,73,209). Sum of RGB (Red+Green+Blue) = 53+73+209=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #3549D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549D1 is #CAB62E. Grayscale: #515151. Windows color (decimal): -13284911 or 13715765. OLE color: 13715765.

HSL color Cylindrical-coordinate representation of color #3549D1: hue angle of 232.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3549D1 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5373209-
CMYK0.750.6500.18
HSL232.31º62.9%51.37%-
HSV(B)232.31º74.64%81.96%-
XYZ15.3610.1361.47-
YUV82.52199.37106.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 209 (82.03% from 255) = 62.39%
R=15.82%
G=21.79%
B=62.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53732090.750.6500.18232.3162.951.37
Hex3549D14B41012e83f33
Octal651113211131010223507763
Binary1101011001001110100011001011100000101001011101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3549d1; }

 p { color: rgb(53,73,209); }

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

<style>
 a { background-color: #3549d1; }

 a { background-color: rgb(53,73,209); }

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

<style>
 span { border-color: #3549d1; }

 span { border-color: rgb(53,73,209); }

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