#3551D8

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

Shades of Free Speech Blue #3551D8

Tints of Free Speech Blue #3551D8

Color information

#3551D8 (or 0x3551D8) is unknown color: approx Free Speech Blue. HEX triplet: 35, 51 and D8. RGB value is (53,81,216). Sum of RGB (Red+Green+Blue) = 53+81+216=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #3551D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3551D8 is #CAAE27. Grayscale: #575757. Windows color (decimal): -13282856 or 14176565. OLE color: 14176565.

HSL color Cylindrical-coordinate representation of color #3551D8: hue angle of 229.69º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3551D8 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5381216-
CMYK0.750.6200.15
HSL229.69º67.63%52.75%-
HSV(B)229.69º75.46%84.71%-
XYZ16.8111.666.32-
YUV88.02200.22103.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 216 (84.77% from 255) = 61.71%
R=15.14%
G=23.14%
B=61.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53812160.750.6200.15229.6967.6352.75
Hex3551D84B3E0Fe64435
Octal651213301137601734610465
Binary110101101000111011000100101111111001111111001101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3551D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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