Shades of Free Speech Blue #365ECB
Tints of Free Speech Blue #365ECB
RGB
CMYK
RGB Variations
Color information
#365ECB (or 0x365ECB) is known color: Free Speech Blue. HEX triplet: 36, 5E and CB. RGB value is (54,94,203). Sum of RGB (Red+Green+Blue) = 54+94+203=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #365ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ECB is #C9A134. Grayscale: #5D5D5D. Windows color (decimal): -13214005 or 13327926. OLE color: 13327926.
HSL color Cylindrical-coordinate representation of color #365ECB: hue angle of 223.89º 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 #365ECB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 94 | 203 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.20 |
| HSL | 223.89º | 0.59% | 0.5% | - |
| HSV(B) | 223.89º | 0.73% | 0.8% | - |
| XYZ | 16.3 | 13.1 | 58.17 | - |
| YUV | 94.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 203 | 0.73 | 0.54 | 0 | 0.20 | 223.89 | 0.59 | 0.5 |
| Hex | 36 | 5E | CB | 49 | 36 | 0 | 14 | E0 | 3B | 32 |
| Octal | 66 | 136 | 313 | 111 | 66 | 0 | 24 | 340 | 73 | 62 |
| Binary | 110110 | 1011110 | 11001011 | 1001001 | 110110 | 0 | 10100 | 11100000 | 111011 | 110010 |
Color Harmonies of #365ECB
Complementary color
Monochromatic Colors of #365ECB
Black with #365ECB
Text Example
Text Example
White with #365ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365ECB; }
p { color: rgb(54,94,203); }
H1.HeaderClassName
{
color: #365ECB;
}
.AnyTagClassName
{
color: #365ECB;
}
</style>
background-color css
<style>
a { background-color: #365ECB; }
a { background-color: rgb(54,94,203); }
div.DivClassName
{
background-color: #365ECB;
}
.BgClassName
{
background-color: #365ECB;
}
</style>
border-color css
<style>
span { border-color: #365ECB; }
span { border-color: rgb(54,94,203); }
td.TdClassName
{
border-color: #365ECB;
}
.TagClassName
{
border-color: #365ECB;
}
</style>