Shades of Free Speech Blue #363DCF
Tints of Free Speech Blue #363DCF
RGB
CMYK
RGB Variations
Color information
#363DCF (or 0x363DCF) is known color: Free Speech Blue. HEX triplet: 36, 3D and CF. RGB value is (54,61,207). Sum of RGB (Red+Green+Blue) = 54+61+207=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #363DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DCF is #C9C230. Grayscale: #4A4A4A. Windows color (decimal): -13222449 or 13581622. OLE color: 13581622.
HSL color Cylindrical-coordinate representation of color #363DCF: hue angle of 237.25º degrees, saturation: 0.61, 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 #363DCF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 61 | 207 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.19 |
| HSL | 237.25º | 0.61% | 0.51% | - |
| HSV(B) | 237.25º | 0.74% | 0.81% | - |
| XYZ | 14.45 | 8.63 | 59.93 | - |
| YUV | 75.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 207 | 0.74 | 0.71 | 0 | 0.19 | 237.25 | 0.61 | 0.51 |
| Hex | 36 | 3D | CF | 4A | 47 | 0 | 13 | ED | 3D | 33 |
| Octal | 66 | 75 | 317 | 112 | 107 | 0 | 23 | 355 | 75 | 63 |
| Binary | 110110 | 111101 | 11001111 | 1001010 | 1000111 | 0 | 10011 | 11101101 | 111101 | 110011 |
Color Harmonies of #363DCF
Complementary color
Monochromatic Colors of #363DCF
Black with #363DCF
Text Example
Text Example
White with #363DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DCF; }
p { color: rgb(54,61,207); }
H1.HeaderClassName
{
color: #363DCF;
}
.AnyTagClassName
{
color: #363DCF;
}
</style>
background-color css
<style>
a { background-color: #363DCF; }
a { background-color: rgb(54,61,207); }
div.DivClassName
{
background-color: #363DCF;
}
.BgClassName
{
background-color: #363DCF;
}
</style>
border-color css
<style>
span { border-color: #363DCF; }
span { border-color: rgb(54,61,207); }
td.TdClassName
{
border-color: #363DCF;
}
.TagClassName
{
border-color: #363DCF;
}
</style>