Shades of Free Speech Blue #365BCE
Tints of Free Speech Blue #365BCE
RGB
CMYK
RGB Variations
Color information
#365BCE (or 0x365BCE) is known color: Free Speech Blue. HEX triplet: 36, 5B and CE. RGB value is (54,91,206). Sum of RGB (Red+Green+Blue) = 54+91+206=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #365BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BCE is #C9A431. Grayscale: #5C5C5C. Windows color (decimal): -13214770 or 13523766. OLE color: 13523766.
HSL color Cylindrical-coordinate representation of color #365BCE: hue angle of 225.39º 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 #365BCE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 91 | 206 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.19 |
| HSL | 225.39º | 0.61% | 0.51% | - |
| HSV(B) | 225.39º | 0.74% | 0.81% | - |
| XYZ | 16.4 | 12.72 | 59.98 | - |
| YUV | 93.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 206 | 0.74 | 0.56 | 0 | 0.19 | 225.39 | 0.61 | 0.51 |
| Hex | 36 | 5B | CE | 4A | 38 | 0 | 13 | E1 | 3D | 33 |
| Octal | 66 | 133 | 316 | 112 | 70 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110110 | 1011011 | 11001110 | 1001010 | 111000 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #365BCE
Complementary color
Monochromatic Colors of #365BCE
Black with #365BCE
Text Example
Text Example
White with #365BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BCE; }
p { color: rgb(54,91,206); }
H1.HeaderClassName
{
color: #365BCE;
}
.AnyTagClassName
{
color: #365BCE;
}
</style>
background-color css
<style>
a { background-color: #365BCE; }
a { background-color: rgb(54,91,206); }
div.DivClassName
{
background-color: #365BCE;
}
.BgClassName
{
background-color: #365BCE;
}
</style>
border-color css
<style>
span { border-color: #365BCE; }
span { border-color: rgb(54,91,206); }
td.TdClassName
{
border-color: #365BCE;
}
.TagClassName
{
border-color: #365BCE;
}
</style>