#3541C5

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

Shades of Free Speech Blue #3541C5

Tints of Free Speech Blue #3541C5

Color information

#3541C5 (or 0x3541C5) is unknown color: approx Free Speech Blue. HEX triplet: 35, 41 and C5. RGB value is (53,65,197). Sum of RGB (Red+Green+Blue) = 53+65+197=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 197 (77.34% from 255 or 62.54% from 315); Max value from RGB is 197 - color contains mainly: blue. Hex color #3541C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541C5 is #CABE3A. Grayscale: #4B4B4B. Windows color (decimal): -13286971 or 12927285. OLE color: 12927285.

HSL color Cylindrical-coordinate representation of color #3541C5: hue angle of 235º degrees, saturation: 0.58, 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 #3541C5 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5365197-
CMYK0.730.6700.23
HSL235º57.6%49.02%-
HSV(B)235º73.1%77.25%-
XYZ13.448.5753.77-
YUV76.46196.02111.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 197 (77.34% from 255) = 62.54%
R=16.83%
G=20.63%
B=62.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53651970.730.6700.2323557.649.02
Hex3541C54943017eb3a31
Octal651013051111030273537261
Binary1101011000001110001011001001100001101011111101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3541C5; }

 p { color: rgb(53,65,197); }

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

<style>
 a { background-color: #3541C5; }

 a { background-color: rgb(53,65,197); }

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

<style>
 span { border-color: #3541C5; }

 span { border-color: rgb(53,65,197); }

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