Shades of Free Speech Blue #365DD3
Tints of Free Speech Blue #365DD3
RGB
CMYK
RGB Variations
Color information
#365DD3 (or 0x365DD3) is known color: Free Speech Blue. HEX triplet: 36, 5D and D3. RGB value is (54,93,211). Sum of RGB (Red+Green+Blue) = 54+93+211=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #365DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DD3 is #C9A22C. Grayscale: #5E5E5E. Windows color (decimal): -13214253 or 13851958. OLE color: 13851958.
HSL color Cylindrical-coordinate representation of color #365DD3: hue angle of 225.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365DD3 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 93 | 211 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.17 |
| HSL | 225.1º | 0.64% | 0.52% | - |
| HSV(B) | 225.1º | 0.74% | 0.83% | - |
| XYZ | 17.19 | 13.32 | 63.29 | - |
| YUV | 94.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 211 | 0.74 | 0.56 | 0 | 0.17 | 225.1 | 0.64 | 0.52 |
| Hex | 36 | 5D | D3 | 4A | 38 | 0 | 11 | E1 | 40 | 34 |
| Octal | 66 | 135 | 323 | 112 | 70 | 0 | 21 | 341 | 100 | 64 |
| Binary | 110110 | 1011101 | 11010011 | 1001010 | 111000 | 0 | 10001 | 11100001 | 1000000 | 110100 |
Color Harmonies of #365DD3
Complementary color
Monochromatic Colors of #365DD3
Black with #365DD3
Text Example
Text Example
White with #365DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DD3; }
p { color: rgb(54,93,211); }
H1.HeaderClassName
{
color: #365DD3;
}
.AnyTagClassName
{
color: #365DD3;
}
</style>
background-color css
<style>
a { background-color: #365DD3; }
a { background-color: rgb(54,93,211); }
div.DivClassName
{
background-color: #365DD3;
}
.BgClassName
{
background-color: #365DD3;
}
</style>
border-color css
<style>
span { border-color: #365DD3; }
span { border-color: rgb(54,93,211); }
td.TdClassName
{
border-color: #365DD3;
}
.TagClassName
{
border-color: #365DD3;
}
</style>