#3542C2

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

Shades of Free Speech Blue #3542C2

Tints of Free Speech Blue #3542C2

Color information

#3542C2 (or 0x3542C2) is unknown color: approx Free Speech Blue. HEX triplet: 35, 42 and C2. RGB value is (53,66,194). Sum of RGB (Red+Green+Blue) = 53+66+194=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #3542C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542C2 is #CABD3D. Grayscale: #4C4C4C. Windows color (decimal): -13286718 or 12730933. OLE color: 12730933.

HSL color Cylindrical-coordinate representation of color #3542C2: hue angle of 234.47º 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 #3542C2 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5366194-
CMYK0.730.6600.24
HSL234.47º57.09%48.43%-
HSV(B)234.47º72.68%76.08%-
XYZ13.158.5552-
YUV76.7194.19111.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 194 (76.17% from 255) = 61.98%
R=16.93%
G=21.09%
B=61.98%

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
Decimal53661940.730.6600.24234.4757.0948.43
Hex3542C24942018ea3930
Octal651023021111020303527160
Binary1101011000010110000101001001100001001100011101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3542C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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