Shades of Free Speech Blue #3562CB
Tints of Free Speech Blue #3562CB
RGB
CMYK
RGB Variations
Color information
#3562CB (or 0x3562CB) is known color: Free Speech Blue. HEX triplet: 35, 62 and CB. RGB value is (53,98,203). Sum of RGB (Red+Green+Blue) = 53+98+203=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3562CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562CB is #CA9D34. Grayscale: #606060. Windows color (decimal): -13278517 or 13328949. OLE color: 13328949.
HSL color Cylindrical-coordinate representation of color #3562CB: hue angle of 222º 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 #3562CB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 98 | 203 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.20 |
| HSL | 222º | 0.59% | 0.5% | - |
| HSV(B) | 222º | 0.74% | 0.8% | - |
| XYZ | 16.62 | 13.8 | 58.29 | - |
| YUV | 96.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 203 | 0.74 | 0.52 | 0 | 0.20 | 222 | 0.59 | 0.5 |
| Hex | 35 | 62 | CB | 4A | 34 | 0 | 14 | DE | 3B | 32 |
| Octal | 65 | 142 | 313 | 112 | 64 | 0 | 24 | 336 | 73 | 62 |
| Binary | 110101 | 1100010 | 11001011 | 1001010 | 110100 | 0 | 10100 | 11011110 | 111011 | 110010 |
Color Harmonies of #3562CB
Complementary color
Monochromatic Colors of #3562CB
Black with #3562CB
Text Example
Text Example
White with #3562CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3562CB; }
p { color: rgb(53,98,203); }
H1.HeaderClassName
{
color: #3562CB;
}
.AnyTagClassName
{
color: #3562CB;
}
</style>
background-color css
<style>
a { background-color: #3562CB; }
a { background-color: rgb(53,98,203); }
div.DivClassName
{
background-color: #3562CB;
}
.BgClassName
{
background-color: #3562CB;
}
</style>
border-color css
<style>
span { border-color: #3562CB; }
span { border-color: rgb(53,98,203); }
td.TdClassName
{
border-color: #3562CB;
}
.TagClassName
{
border-color: #3562CB;
}
</style>