Shades of Free Speech Blue #365CCC
Tints of Free Speech Blue #365CCC
RGB
CMYK
RGB Variations
Color information
#365CCC (or 0x365CCC) is known color: Free Speech Blue. HEX triplet: 36, 5C and CC. RGB value is (54,92,204). Sum of RGB (Red+Green+Blue) = 54+92+204=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #365CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CCC is #C9A333. Grayscale: #5C5C5C. Windows color (decimal): -13214516 or 13392950. OLE color: 13392950.
HSL color Cylindrical-coordinate representation of color #365CCC: hue angle of 224.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365CCC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 92 | 204 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.2 |
| HSL | 224.8º | 0.6% | 0.51% | - |
| HSV(B) | 224.8º | 0.74% | 0.8% | - |
| XYZ | 16.25 | 12.8 | 58.74 | - |
| YUV | 93.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 204 | 0.74 | 0.55 | 0 | 0.2 | 224.8 | 0.6 | 0.51 |
| Hex | 36 | 5C | CC | 4A | 37 | 0 | 14 | E1 | 3C | 33 |
| Octal | 66 | 134 | 314 | 112 | 67 | 0 | 24 | 341 | 74 | 63 |
| Binary | 110110 | 1011100 | 11001100 | 1001010 | 110111 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #365CCC
Complementary color
Monochromatic Colors of #365CCC
Black with #365CCC
Text Example
Text Example
White with #365CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CCC; }
p { color: rgb(54,92,204); }
H1.HeaderClassName
{
color: #365CCC;
}
.AnyTagClassName
{
color: #365CCC;
}
</style>
background-color css
<style>
a { background-color: #365CCC; }
a { background-color: rgb(54,92,204); }
div.DivClassName
{
background-color: #365CCC;
}
.BgClassName
{
background-color: #365CCC;
}
</style>
border-color css
<style>
span { border-color: #365CCC; }
span { border-color: rgb(54,92,204); }
td.TdClassName
{
border-color: #365CCC;
}
.TagClassName
{
border-color: #365CCC;
}
</style>