#3542DD

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

Shades of Free Speech Blue #3542DD

Tints of Free Speech Blue #3542DD

Color information

#3542DD (or 0x3542DD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 42 and DD. RGB value is (53,66,221). Sum of RGB (Red+Green+Blue) = 53+66+221=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #3542DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542DD is #CABD22. Grayscale: #4F4F4F. Windows color (decimal): -13286691 or 14500405. OLE color: 14500405.

HSL color Cylindrical-coordinate representation of color #3542DD: hue angle of 235.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3542DD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5366221-
CMYK0.760.7000.13
HSL235.36º71.19%53.73%-
HSV(B)235.36º76.02%86.67%-
XYZ16.479.8769.44-
YUV79.78207.69108.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 221 (86.72% from 255) = 65%
R=15.59%
G=19.41%
B=65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53662210.760.7000.13235.3671.1953.73
Hex3542DD4C460Deb4736
Octal6510233511410601535310766
Binary1101011000010110111011001100100011001101111010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3542DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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