Shades of Free Speech Blue #363BCB
Tints of Free Speech Blue #363BCB
RGB
CMYK
RGB Variations
Color information
#363BCB (or 0x363BCB) is known color: Free Speech Blue. HEX triplet: 36, 3B and CB. RGB value is (54,59,203). Sum of RGB (Red+Green+Blue) = 54+59+203=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #363BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BCB is #C9C434. Grayscale: #494949. Windows color (decimal): -13222965 or 13318966. OLE color: 13318966.
HSL color Cylindrical-coordinate representation of color #363BCB: hue angle of 237.99º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363BCB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 59 | 203 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.20 |
| HSL | 237.99º | 0.59% | 0.5% | - |
| HSV(B) | 237.99º | 0.73% | 0.8% | - |
| XYZ | 13.86 | 8.22 | 57.36 | - |
| YUV | 73.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 203 | 0.73 | 0.71 | 0 | 0.20 | 237.99 | 0.59 | 0.5 |
| Hex | 36 | 3B | CB | 49 | 47 | 0 | 14 | EE | 3B | 32 |
| Octal | 66 | 73 | 313 | 111 | 107 | 0 | 24 | 356 | 73 | 62 |
| Binary | 110110 | 111011 | 11001011 | 1001001 | 1000111 | 0 | 10100 | 11101110 | 111011 | 110010 |
Color Harmonies of #363BCB
Complementary color
Monochromatic Colors of #363BCB
Black with #363BCB
Text Example
Text Example
White with #363BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BCB; }
p { color: rgb(54,59,203); }
H1.HeaderClassName
{
color: #363BCB;
}
.AnyTagClassName
{
color: #363BCB;
}
</style>
background-color css
<style>
a { background-color: #363BCB; }
a { background-color: rgb(54,59,203); }
div.DivClassName
{
background-color: #363BCB;
}
.BgClassName
{
background-color: #363BCB;
}
</style>
border-color css
<style>
span { border-color: #363BCB; }
span { border-color: rgb(54,59,203); }
td.TdClassName
{
border-color: #363BCB;
}
.TagClassName
{
border-color: #363BCB;
}
</style>