Shades of Free Speech Blue #365DCE
Tints of Free Speech Blue #365DCE
RGB
CMYK
RGB Variations
Color information
#365DCE (or 0x365DCE) is known color: Free Speech Blue. HEX triplet: 36, 5D and CE. RGB value is (54,93,206). Sum of RGB (Red+Green+Blue) = 54+93+206=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #365DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DCE is #C9A231. Grayscale: #5D5D5D. Windows color (decimal): -13214258 or 13524278. OLE color: 13524278.
HSL color Cylindrical-coordinate representation of color #365DCE: hue angle of 224.61º 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 #365DCE is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 93 | 206 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.19 |
| HSL | 224.61º | 0.61% | 0.51% | - |
| HSV(B) | 224.61º | 0.74% | 0.81% | - |
| XYZ | 16.58 | 13.07 | 60.04 | - |
| YUV | 94.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 206 | 0.74 | 0.55 | 0 | 0.19 | 224.61 | 0.61 | 0.51 |
| Hex | 36 | 5D | CE | 4A | 37 | 0 | 13 | E1 | 3D | 33 |
| Octal | 66 | 135 | 316 | 112 | 67 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110110 | 1011101 | 11001110 | 1001010 | 110111 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #365DCE
Complementary color
Monochromatic Colors of #365DCE
Black with #365DCE
Text Example
Text Example
White with #365DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DCE; }
p { color: rgb(54,93,206); }
H1.HeaderClassName
{
color: #365DCE;
}
.AnyTagClassName
{
color: #365DCE;
}
</style>
background-color css
<style>
a { background-color: #365DCE; }
a { background-color: rgb(54,93,206); }
div.DivClassName
{
background-color: #365DCE;
}
.BgClassName
{
background-color: #365DCE;
}
</style>
border-color css
<style>
span { border-color: #365DCE; }
span { border-color: rgb(54,93,206); }
td.TdClassName
{
border-color: #365DCE;
}
.TagClassName
{
border-color: #365DCE;
}
</style>