#3540C9

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

Shades of Free Speech Blue #3540C9

Tints of Free Speech Blue #3540C9

Color information

#3540C9 (or 0x3540C9) is unknown color: approx Free Speech Blue. HEX triplet: 35, 40 and C9. RGB value is (53,64,201). Sum of RGB (Red+Green+Blue) = 53+64+201=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #3540C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540C9 is #CABF36. Grayscale: #4B4B4B. Windows color (decimal): -13287223 or 13189173. OLE color: 13189173.

HSL color Cylindrical-coordinate representation of color #3540C9: hue angle of 235.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3540C9 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5364201-
CMYK0.740.6800.21
HSL235.54º58.27%49.8%-
HSV(B)235.54º73.63%78.82%-
XYZ13.848.6456.2-
YUV76.33198.36111.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 201 (78.91% from 255) = 63.21%
R=16.67%
G=20.13%
B=63.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53642010.740.6800.21235.5458.2749.8
Hex3540C94A44015ec3a32
Octal651003111121040253547262
Binary1101011000000110010011001010100010001010111101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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