#3550de

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

Shades of Free Speech Blue #3550DE

Tints of Free Speech Blue #3550DE

Color information

#3550DE (or 0x3550DE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 50 and DE. RGB value is (53,80,222). Sum of RGB (Red+Green+Blue) = 53+80+222=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #3550DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550DE is #CAAF21. Grayscale: #575757. Windows color (decimal): -13283106 or 14569525. OLE color: 14569525.

HSL color Cylindrical-coordinate representation of color #3550DE: hue angle of 230.41º degrees, saturation: 0.72, 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 #3550DE is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5380222-
CMYK0.760.6400.13
HSL230.41º71.91%53.92%-
HSV(B)230.41º76.13%87.06%-
XYZ17.5211.7770.46-
YUV88.12203.55102.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 222 (87.11% from 255) = 62.54%
R=14.93%
G=22.54%
B=62.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53802220.760.6400.13230.4171.9153.92
Hex3550DE4C400De64836
Octal6512033611410001534611066
Binary1101011010000110111101001100100000001101111001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3550de; }

 p { color: rgb(53,80,222); }

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

<style>
 a { background-color: #3550de; }

 a { background-color: rgb(53,80,222); }

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

<style>
 span { border-color: #3550de; }

 span { border-color: rgb(53,80,222); }

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