#3561CD

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

Shades of Free Speech Blue #3561CD

Tints of Free Speech Blue #3561CD

Color information

#3561CD (or 0x3561CD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 61 and CD. RGB value is (53,97,205). Sum of RGB (Red+Green+Blue) = 53+97+205=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #3561CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561CD is #CA9E32. Grayscale: #5F5F5F. Windows color (decimal): -13278771 or 13459765. OLE color: 13459765.

HSL color Cylindrical-coordinate representation of color #3561CD: hue angle of 222.63º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3561CD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5397205-
CMYK0.740.5300.20
HSL222.63º60.32%50.59%-
HSV(B)222.63º74.15%80.39%-
XYZ16.7613.7159.52-
YUV96.16189.4297.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=14.93%
G=27.32%
B=57.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53972050.740.5300.20222.6360.3250.59
Hex3561CD4A35014df3c33
Octal65141315112650243377463
Binary110101110000111001101100101011010101010011011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3561CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3561CD; }

 p { color: rgb(53,97,205); }

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

<style>
 a { background-color: #3561CD; }

 a { background-color: rgb(53,97,205); }

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

<style>
 span { border-color: #3561CD; }

 span { border-color: rgb(53,97,205); }

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