Shades of Free Speech Blue #365FCE
Tints of Free Speech Blue #365FCE
RGB
CMYK
RGB Variations
Color information
#365FCE (or 0x365FCE) is known color: Free Speech Blue. HEX triplet: 36, 5F and CE. RGB value is (54,95,206). Sum of RGB (Red+Green+Blue) = 54+95+206=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #365FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FCE is #C9A031. Grayscale: #5E5E5E. Windows color (decimal): -13213746 or 13524790. OLE color: 13524790.
HSL color Cylindrical-coordinate representation of color #365FCE: hue angle of 223.82º 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 #365FCE is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 95 | 206 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.19 |
| HSL | 223.82º | 0.61% | 0.51% | - |
| HSV(B) | 223.82º | 0.74% | 0.81% | - |
| XYZ | 16.75 | 13.42 | 60.1 | - |
| YUV | 95.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 206 | 0.74 | 0.54 | 0 | 0.19 | 223.82 | 0.61 | 0.51 |
| Hex | 36 | 5F | CE | 4A | 36 | 0 | 13 | E0 | 3D | 33 |
| Octal | 66 | 137 | 316 | 112 | 66 | 0 | 23 | 340 | 75 | 63 |
| Binary | 110110 | 1011111 | 11001110 | 1001010 | 110110 | 0 | 10011 | 11100000 | 111101 | 110011 |
Color Harmonies of #365FCE
Complementary color
Monochromatic Colors of #365FCE
Black with #365FCE
Text Example
Text Example
White with #365FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365FCE; }
p { color: rgb(54,95,206); }
H1.HeaderClassName
{
color: #365FCE;
}
.AnyTagClassName
{
color: #365FCE;
}
</style>
background-color css
<style>
a { background-color: #365FCE; }
a { background-color: rgb(54,95,206); }
div.DivClassName
{
background-color: #365FCE;
}
.BgClassName
{
background-color: #365FCE;
}
</style>
border-color css
<style>
span { border-color: #365FCE; }
span { border-color: rgb(54,95,206); }
td.TdClassName
{
border-color: #365FCE;
}
.TagClassName
{
border-color: #365FCE;
}
</style>