#3541C2

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

Shades of Free Speech Blue #3541C2

Tints of Free Speech Blue #3541C2

Color information

#3541C2 (or 0x3541C2) is unknown color: approx Free Speech Blue. HEX triplet: 35, 41 and C2. RGB value is (53,65,194). Sum of RGB (Red+Green+Blue) = 53+65+194=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #3541C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541C2 is #CABE3D. Grayscale: #4B4B4B. Windows color (decimal): -13286974 or 12730677. OLE color: 12730677.

HSL color Cylindrical-coordinate representation of color #3541C2: hue angle of 234.89º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3541C2 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5365194-
CMYK0.730.6600.24
HSL234.89º57.09%48.43%-
HSV(B)234.89º72.68%76.08%-
XYZ13.18.4351.98-
YUV76.12194.52111.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 194 (76.17% from 255) = 62.18%
R=16.99%
G=20.83%
B=62.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53651940.730.6600.24234.8957.0948.43
Hex3541C24942018eb3930
Octal651013021111020303537160
Binary1101011000001110000101001001100001001100011101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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