#3549c4

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

Shades of Free Speech Blue #3549C4

Tints of Free Speech Blue #3549C4

Color information

#3549C4 (or 0x3549C4) is unknown color: approx Free Speech Blue. HEX triplet: 35, 49 and C4. RGB value is (53,73,196). Sum of RGB (Red+Green+Blue) = 53+73+196=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #3549C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549C4 is #CAB63B. Grayscale: #505050. Windows color (decimal): -13284924 or 12863797. OLE color: 12863797.

HSL color Cylindrical-coordinate representation of color #3549C4: hue angle of 231.61º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3549C4 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5373196-
CMYK0.730.6300.23
HSL231.61º57.43%48.82%-
HSV(B)231.61º72.96%76.86%-
XYZ13.819.5153.33-
YUV81.04192.87108-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=16.46%
G=22.67%
B=60.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53731960.730.6300.23231.6157.4348.82
Hex3549C4493F017e83931
Octal65111304111770273507161
Binary110101100100111000100100100111111101011111101000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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