Shades of Free Speech Blue #363DCC
Tints of Free Speech Blue #363DCC
RGB
CMYK
RGB Variations
Color information
#363DCC (or 0x363DCC) is known color: Free Speech Blue. HEX triplet: 36, 3D and CC. RGB value is (54,61,204). Sum of RGB (Red+Green+Blue) = 54+61+204=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #363DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DCC is #C9C233. Grayscale: #4A4A4A. Windows color (decimal): -13222452 or 13385014. OLE color: 13385014.
HSL color Cylindrical-coordinate representation of color #363DCC: hue angle of 237.2º 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 #363DCC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 61 | 204 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.2 |
| HSL | 237.2º | 0.6% | 0.51% | - |
| HSV(B) | 237.2º | 0.74% | 0.8% | - |
| XYZ | 14.09 | 8.48 | 58.02 | - |
| YUV | 75.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 204 | 0.74 | 0.70 | 0 | 0.2 | 237.2 | 0.6 | 0.51 |
| Hex | 36 | 3D | CC | 4A | 46 | 0 | 14 | ED | 3C | 33 |
| Octal | 66 | 75 | 314 | 112 | 106 | 0 | 24 | 355 | 74 | 63 |
| Binary | 110110 | 111101 | 11001100 | 1001010 | 1000110 | 0 | 10100 | 11101101 | 111100 | 110011 |
Color Harmonies of #363DCC
Complementary color
Monochromatic Colors of #363DCC
Black with #363DCC
Text Example
Text Example
White with #363DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DCC; }
p { color: rgb(54,61,204); }
H1.HeaderClassName
{
color: #363DCC;
}
.AnyTagClassName
{
color: #363DCC;
}
</style>
background-color css
<style>
a { background-color: #363DCC; }
a { background-color: rgb(54,61,204); }
div.DivClassName
{
background-color: #363DCC;
}
.BgClassName
{
background-color: #363DCC;
}
</style>
border-color css
<style>
span { border-color: #363DCC; }
span { border-color: rgb(54,61,204); }
td.TdClassName
{
border-color: #363DCC;
}
.TagClassName
{
border-color: #363DCC;
}
</style>