Shades of Free Speech Blue #3562CF
Tints of Free Speech Blue #3562CF
RGB
CMYK
RGB Variations
Color information
#3562CF (or 0x3562CF) is known color: Free Speech Blue. HEX triplet: 35, 62 and CF. RGB value is (53,98,207). Sum of RGB (Red+Green+Blue) = 53+98+207=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #3562CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562CF is #CA9D30. Grayscale: #606060. Windows color (decimal): -13278513 or 13591093. OLE color: 13591093.
HSL color Cylindrical-coordinate representation of color #3562CF: hue angle of 222.47º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3562CF is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 98 | 207 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.19 |
| HSL | 222.47º | 0.62% | 0.51% | - |
| HSV(B) | 222.47º | 0.74% | 0.81% | - |
| XYZ | 17.1 | 14 | 60.83 | - |
| YUV | 96.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 207 | 0.74 | 0.53 | 0 | 0.19 | 222.47 | 0.62 | 0.51 |
| Hex | 35 | 62 | CF | 4A | 35 | 0 | 13 | DE | 3E | 33 |
| Octal | 65 | 142 | 317 | 112 | 65 | 0 | 23 | 336 | 76 | 63 |
| Binary | 110101 | 1100010 | 11001111 | 1001010 | 110101 | 0 | 10011 | 11011110 | 111110 | 110011 |
Color Harmonies of #3562CF
Complementary color
Monochromatic Colors of #3562CF
Black with #3562CF
Text Example
Text Example
White with #3562CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3562CF; }
p { color: rgb(53,98,207); }
H1.HeaderClassName
{
color: #3562CF;
}
.AnyTagClassName
{
color: #3562CF;
}
</style>
background-color css
<style>
a { background-color: #3562CF; }
a { background-color: rgb(53,98,207); }
div.DivClassName
{
background-color: #3562CF;
}
.BgClassName
{
background-color: #3562CF;
}
</style>
border-color css
<style>
span { border-color: #3562CF; }
span { border-color: rgb(53,98,207); }
td.TdClassName
{
border-color: #3562CF;
}
.TagClassName
{
border-color: #3562CF;
}
</style>