#3551DC

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

Shades of Free Speech Blue #3551DC

Tints of Free Speech Blue #3551DC

Color information

#3551DC (or 0x3551DC) is unknown color: approx Free Speech Blue. HEX triplet: 35, 51 and DC. RGB value is (53,81,220). Sum of RGB (Red+Green+Blue) = 53+81+220=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3551DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3551DC is #CAAE23. Grayscale: #575757. Windows color (decimal): -13282852 or 14438709. OLE color: 14438709.

HSL color Cylindrical-coordinate representation of color #3551DC: hue angle of 229.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3551DC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5381220-
CMYK0.760.6300.14
HSL229.94º70.46%53.53%-
HSV(B)229.94º75.91%86.27%-
XYZ17.3311.8169.08-
YUV88.47202.22102.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 220 (86.33% from 255) = 62.15%
R=14.97%
G=22.88%
B=62.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53812200.760.6300.14229.9470.4653.53
Hex3551DC4C3F0Ee64636
Octal651213341147701634610666
Binary110101101000111011100100110011111101110111001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3551DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3551DC; }

 p { color: rgb(53,81,220); }

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

<style>
 a { background-color: #3551DC; }

 a { background-color: rgb(53,81,220); }

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

<style>
 span { border-color: #3551DC; }

 span { border-color: rgb(53,81,220); }

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