#3540DA

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

Shades of Free Speech Blue #3540DA

Tints of Free Speech Blue #3540DA

Color information

#3540DA (or 0x3540DA) is unknown color: approx Free Speech Blue. HEX triplet: 35, 40 and DA. RGB value is (53,64,218). Sum of RGB (Red+Green+Blue) = 53+64+218=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #3540DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540DA is #CABF25. Grayscale: #4D4D4D. Windows color (decimal): -13287206 or 14303285. OLE color: 14303285.

HSL color Cylindrical-coordinate representation of color #3540DA: hue angle of 236º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3540DA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5364218-
CMYK0.760.7100.15
HSL236º69.04%53.14%-
HSV(B)236º75.69%85.49%-
XYZ15.969.4967.32-
YUV78.27206.86109.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 218 (85.55% from 255) = 65.07%
R=15.82%
G=19.10%
B=65.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53642180.760.7100.1523669.0453.14
Hex3540DA4C470Fec4535
Octal6510033211410701735410565
Binary1101011000000110110101001100100011101111111011001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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