#3556C4

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

Shades of Free Speech Blue #3556C4

Tints of Free Speech Blue #3556C4

Color information

#3556C4 (or 0x3556C4) is unknown color: approx Free Speech Blue. HEX triplet: 35, 56 and C4. RGB value is (53,86,196). Sum of RGB (Red+Green+Blue) = 53+86+196=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #3556C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556C4 is #CAA93B. Grayscale: #585858. Windows color (decimal): -13281596 or 12867125. OLE color: 12867125.

HSL color Cylindrical-coordinate representation of color #3556C4: hue angle of 226.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3556C4 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5386196-
CMYK0.730.5600.23
HSL226.15º57.43%48.82%-
HSV(B)226.15º72.96%76.86%-
XYZ14.7611.453.65-
YUV88.67188.57102.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=15.82%
G=25.67%
B=58.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53861960.730.5600.23226.1557.4348.82
Hex3556C44938017e23931
Octal65126304111700273427161
Binary110101101011011000100100100111100001011111100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3556C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3556C4; }

 p { color: rgb(53,86,196); }

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

<style>
 a { background-color: #3556C4; }

 a { background-color: rgb(53,86,196); }

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

<style>
 span { border-color: #3556C4; }

 span { border-color: rgb(53,86,196); }

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