Shades of Free Speech Blue #3566CB
Tints of Free Speech Blue #3566CB
RGB
CMYK
RGB Variations
Color information
#3566CB (or 0x3566CB) is known color: Free Speech Blue. HEX triplet: 35, 66 and CB. RGB value is (53,102,203). Sum of RGB (Red+Green+Blue) = 53+102+203=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3566CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566CB is #CA9934. Grayscale: #626262. Windows color (decimal): -13277493 or 13329973. OLE color: 13329973.
HSL color Cylindrical-coordinate representation of color #3566CB: hue angle of 220.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3566CB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 102 | 203 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.20 |
| HSL | 220.4º | 0.59% | 0.5% | - |
| HSV(B) | 220.4º | 0.74% | 0.8% | - |
| XYZ | 17 | 14.57 | 58.42 | - |
| YUV | 98.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 203 | 0.74 | 0.50 | 0 | 0.20 | 220.4 | 0.59 | 0.5 |
| Hex | 35 | 66 | CB | 4A | 32 | 0 | 14 | DC | 3B | 32 |
| Octal | 65 | 146 | 313 | 112 | 62 | 0 | 24 | 334 | 73 | 62 |
| Binary | 110101 | 1100110 | 11001011 | 1001010 | 110010 | 0 | 10100 | 11011100 | 111011 | 110010 |
Color Harmonies of #3566CB
Complementary color
Monochromatic Colors of #3566CB
Black with #3566CB
Text Example
Text Example
White with #3566CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3566CB; }
p { color: rgb(53,102,203); }
H1.HeaderClassName
{
color: #3566CB;
}
.AnyTagClassName
{
color: #3566CB;
}
</style>
background-color css
<style>
a { background-color: #3566CB; }
a { background-color: rgb(53,102,203); }
div.DivClassName
{
background-color: #3566CB;
}
.BgClassName
{
background-color: #3566CB;
}
</style>
border-color css
<style>
span { border-color: #3566CB; }
span { border-color: rgb(53,102,203); }
td.TdClassName
{
border-color: #3566CB;
}
.TagClassName
{
border-color: #3566CB;
}
</style>