Shades of Free Speech Blue #363DCE
Tints of Free Speech Blue #363DCE
RGB
CMYK
RGB Variations
Color information
#363DCE (or 0x363DCE) is known color: Free Speech Blue. HEX triplet: 36, 3D and CE. RGB value is (54,61,206). Sum of RGB (Red+Green+Blue) = 54+61+206=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #363DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DCE is #C9C231. Grayscale: #4A4A4A. Windows color (decimal): -13222450 or 13516086. OLE color: 13516086.
HSL color Cylindrical-coordinate representation of color #363DCE: hue angle of 237.24º 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 #363DCE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 61 | 206 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.19 |
| HSL | 237.24º | 0.61% | 0.51% | - |
| HSV(B) | 237.24º | 0.74% | 0.81% | - |
| XYZ | 14.33 | 8.58 | 59.29 | - |
| YUV | 75.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 206 | 0.74 | 0.70 | 0 | 0.19 | 237.24 | 0.61 | 0.51 |
| Hex | 36 | 3D | CE | 4A | 46 | 0 | 13 | ED | 3D | 33 |
| Octal | 66 | 75 | 316 | 112 | 106 | 0 | 23 | 355 | 75 | 63 |
| Binary | 110110 | 111101 | 11001110 | 1001010 | 1000110 | 0 | 10011 | 11101101 | 111101 | 110011 |
Color Harmonies of #363DCE
Complementary color
Monochromatic Colors of #363DCE
Black with #363DCE
Text Example
Text Example
White with #363DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DCE; }
p { color: rgb(54,61,206); }
H1.HeaderClassName
{
color: #363DCE;
}
.AnyTagClassName
{
color: #363DCE;
}
</style>
background-color css
<style>
a { background-color: #363DCE; }
a { background-color: rgb(54,61,206); }
div.DivClassName
{
background-color: #363DCE;
}
.BgClassName
{
background-color: #363DCE;
}
</style>
border-color css
<style>
span { border-color: #363DCE; }
span { border-color: rgb(54,61,206); }
td.TdClassName
{
border-color: #363DCE;
}
.TagClassName
{
border-color: #363DCE;
}
</style>