Shades of Free Speech Blue #363BDF
Tints of Free Speech Blue #363BDF
RGB
CMYK
RGB Variations
Color information
#363BDF (or 0x363BDF) is known color: Free Speech Blue. HEX triplet: 36, 3B and DF. RGB value is (54,59,223). Sum of RGB (Red+Green+Blue) = 54+59+223=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #363BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BDF is #C9C420. Grayscale: #4B4B4B. Windows color (decimal): -13222945 or 14629686. OLE color: 14629686.
HSL color Cylindrical-coordinate representation of color #363BDF: hue angle of 238.22º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363BDF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 59 | 223 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.13 |
| HSL | 238.22º | 0.73% | 0.54% | - |
| HSV(B) | 238.22º | 0.76% | 0.87% | - |
| XYZ | 16.4 | 9.24 | 70.73 | - |
| YUV | 76.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 223 | 0.76 | 0.74 | 0 | 0.13 | 238.22 | 0.73 | 0.54 |
| Hex | 36 | 3B | DF | 4C | 4A | 0 | D | EE | 49 | 36 |
| Octal | 66 | 73 | 337 | 114 | 112 | 0 | 15 | 356 | 111 | 66 |
| Binary | 110110 | 111011 | 11011111 | 1001100 | 1001010 | 0 | 1101 | 11101110 | 1001001 | 110110 |
Color Harmonies of #363BDF
Complementary color
Monochromatic Colors of #363BDF
Black with #363BDF
Text Example
Text Example
White with #363BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BDF; }
p { color: rgb(54,59,223); }
H1.HeaderClassName
{
color: #363BDF;
}
.AnyTagClassName
{
color: #363BDF;
}
</style>
background-color css
<style>
a { background-color: #363BDF; }
a { background-color: rgb(54,59,223); }
div.DivClassName
{
background-color: #363BDF;
}
.BgClassName
{
background-color: #363BDF;
}
</style>
border-color css
<style>
span { border-color: #363BDF; }
span { border-color: rgb(54,59,223); }
td.TdClassName
{
border-color: #363BDF;
}
.TagClassName
{
border-color: #363BDF;
}
</style>