Shades of Free Speech Blue #363DCB
Tints of Free Speech Blue #363DCB
RGB
CMYK
RGB Variations
Color information
#363DCB (or 0x363DCB) is known color: Free Speech Blue. HEX triplet: 36, 3D and CB. RGB value is (54,61,203). Sum of RGB (Red+Green+Blue) = 54+61+203=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #363DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DCB is #C9C234. Grayscale: #4A4A4A. Windows color (decimal): -13222453 or 13319478. OLE color: 13319478.
HSL color Cylindrical-coordinate representation of color #363DCB: hue angle of 237.18º 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 #363DCB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 61 | 203 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.20 |
| HSL | 237.18º | 0.59% | 0.5% | - |
| HSV(B) | 237.18º | 0.73% | 0.8% | - |
| XYZ | 13.97 | 8.43 | 57.39 | - |
| YUV | 75.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 203 | 0.73 | 0.70 | 0 | 0.20 | 237.18 | 0.59 | 0.5 |
| Hex | 36 | 3D | CB | 49 | 46 | 0 | 14 | ED | 3B | 32 |
| Octal | 66 | 75 | 313 | 111 | 106 | 0 | 24 | 355 | 73 | 62 |
| Binary | 110110 | 111101 | 11001011 | 1001001 | 1000110 | 0 | 10100 | 11101101 | 111011 | 110010 |
Color Harmonies of #363DCB
Complementary color
Monochromatic Colors of #363DCB
Black with #363DCB
Text Example
Text Example
White with #363DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DCB; }
p { color: rgb(54,61,203); }
H1.HeaderClassName
{
color: #363DCB;
}
.AnyTagClassName
{
color: #363DCB;
}
</style>
background-color css
<style>
a { background-color: #363DCB; }
a { background-color: rgb(54,61,203); }
div.DivClassName
{
background-color: #363DCB;
}
.BgClassName
{
background-color: #363DCB;
}
</style>
border-color css
<style>
span { border-color: #363DCB; }
span { border-color: rgb(54,61,203); }
td.TdClassName
{
border-color: #363DCB;
}
.TagClassName
{
border-color: #363DCB;
}
</style>