#3540C4

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

Shades of Free Speech Blue #3540C4

Tints of Free Speech Blue #3540C4

Color information

#3540C4 (or 0x3540C4) is unknown color: approx Free Speech Blue. HEX triplet: 35, 40 and C4. RGB value is (53,64,196). Sum of RGB (Red+Green+Blue) = 53+64+196=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #3540C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540C4 is #CABF3B. Grayscale: #4B4B4B. Windows color (decimal): -13287228 or 12861493. OLE color: 12861493.

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

Color convert

RGB5364196-
CMYK0.730.6700.23
HSL235.38º57.43%48.82%-
HSV(B)235.38º72.96%76.86%-
XYZ13.278.4153.15-
YUV75.76195.86111.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 196 (76.95% from 255) = 62.62%
R=16.93%
G=20.45%
B=62.62%

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
Decimal53641960.730.6700.23235.3857.4348.82
Hex3540C44943017eb3931
Octal651003041111030273537161
Binary1101011000000110001001001001100001101011111101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3540C4; }

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

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

<style>
 a { background-color: #3540C4; }

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

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

<style>
 span { border-color: #3540C4; }

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

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