#3541DD

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

Shades of Free Speech Blue #3541DD

Tints of Free Speech Blue #3541DD

Color information

#3541DD (or 0x3541DD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 41 and DD. RGB value is (53,65,221). Sum of RGB (Red+Green+Blue) = 53+65+221=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #3541DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541DD is #CABE22. Grayscale: #4E4E4E. Windows color (decimal): -13286947 or 14500149. OLE color: 14500149.

HSL color Cylindrical-coordinate representation of color #3541DD: hue angle of 235.71º 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 #3541DD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5365221-
CMYK0.760.7100.13
HSL235.71º71.19%53.73%-
HSV(B)235.71º76.02%86.67%-
XYZ16.419.7669.43-
YUV79.2208.02109.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 221 (86.72% from 255) = 65.19%
R=15.63%
G=19.17%
B=65.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53652210.760.7100.13235.7171.1953.73
Hex3541DD4C470Dec4736
Octal6510133511410701535410766
Binary1101011000001110111011001100100011101101111011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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