Shades of Free Speech Blue #365CC7
Tints of Free Speech Blue #365CC7
RGB
CMYK
RGB Variations
Color information
#365CC7 (or 0x365CC7) is known color: Free Speech Blue. HEX triplet: 36, 5C and C7. RGB value is (54,92,199). Sum of RGB (Red+Green+Blue) = 54+92+199=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #365CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CC7 is #C9A338. Grayscale: #5C5C5C. Windows color (decimal): -13214521 or 13065270. OLE color: 13065270.
HSL color Cylindrical-coordinate representation of color #365CC7: hue angle of 224.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365CC7 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 92 | 199 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.22 |
| HSL | 224.28º | 0.57% | 0.5% | - |
| HSV(B) | 224.28º | 0.73% | 0.78% | - |
| XYZ | 15.66 | 12.56 | 55.63 | - |
| YUV | 92.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 199 | 0.73 | 0.54 | 0 | 0.22 | 224.28 | 0.57 | 0.5 |
| Hex | 36 | 5C | C7 | 49 | 36 | 0 | 16 | E0 | 39 | 32 |
| Octal | 66 | 134 | 307 | 111 | 66 | 0 | 26 | 340 | 71 | 62 |
| Binary | 110110 | 1011100 | 11000111 | 1001001 | 110110 | 0 | 10110 | 11100000 | 111001 | 110010 |
Color Harmonies of #365CC7
Complementary color
Monochromatic Colors of #365CC7
Black with #365CC7
Text Example
Text Example
White with #365CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CC7; }
p { color: rgb(54,92,199); }
H1.HeaderClassName
{
color: #365CC7;
}
.AnyTagClassName
{
color: #365CC7;
}
</style>
background-color css
<style>
a { background-color: #365CC7; }
a { background-color: rgb(54,92,199); }
div.DivClassName
{
background-color: #365CC7;
}
.BgClassName
{
background-color: #365CC7;
}
</style>
border-color css
<style>
span { border-color: #365CC7; }
span { border-color: rgb(54,92,199); }
td.TdClassName
{
border-color: #365CC7;
}
.TagClassName
{
border-color: #365CC7;
}
</style>