#3563CD

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

Shades of Free Speech Blue #3563CD

Tints of Free Speech Blue #3563CD

Color information

#3563CD (or 0x3563CD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 63 and CD. RGB value is (53,99,205). Sum of RGB (Red+Green+Blue) = 53+99+205=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #3563CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3563CD is #CA9C32. Grayscale: #606060. Windows color (decimal): -13278259 or 13460277. OLE color: 13460277.

HSL color Cylindrical-coordinate representation of color #3563CD: hue angle of 221.84º 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 #3563CD is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5399205-
CMYK0.740.5200.20
HSL221.84º60.32%50.59%-
HSV(B)221.84º74.15%80.39%-
XYZ16.9514.0959.58-
YUV97.33188.7696.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=14.85%
G=27.73%
B=57.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53992050.740.5200.20221.8460.3250.59
Hex3563CD4A34014de3c33
Octal65143315112640243367463
Binary110101110001111001101100101011010001010011011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3563CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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