Shades of Free Speech Blue #3645CF
Tints of Free Speech Blue #3645CF
RGB
CMYK
RGB Variations
Color information
#3645CF (or 0x3645CF) is known color: Free Speech Blue. HEX triplet: 36, 45 and CF. RGB value is (54,69,207). Sum of RGB (Red+Green+Blue) = 54+69+207=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #3645CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3645CF is #C9BA30. Grayscale: #4F4F4F. Windows color (decimal): -13220401 or 13583670. OLE color: 13583670.
HSL color Cylindrical-coordinate representation of color #3645CF: hue angle of 234.12º 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 #3645CF is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 69 | 207 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.19 |
| HSL | 234.12º | 0.61% | 0.51% | - |
| HSV(B) | 234.12º | 0.74% | 0.81% | - |
| XYZ | 14.91 | 9.55 | 60.09 | - |
| YUV | 80.25 | 199.53 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 207 | 0.74 | 0.67 | 0 | 0.19 | 234.12 | 0.61 | 0.51 |
| Hex | 36 | 45 | CF | 4A | 43 | 0 | 13 | EA | 3D | 33 |
| Octal | 66 | 105 | 317 | 112 | 103 | 0 | 23 | 352 | 75 | 63 |
| Binary | 110110 | 1000101 | 11001111 | 1001010 | 1000011 | 0 | 10011 | 11101010 | 111101 | 110011 |
Color Harmonies of #3645CF
Complementary color
Monochromatic Colors of #3645CF
Black with #3645CF
Text Example
Text Example
White with #3645CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3645CF; }
p { color: rgb(54,69,207); }
H1.HeaderClassName
{
color: #3645CF;
}
.AnyTagClassName
{
color: #3645CF;
}
</style>
background-color css
<style>
a { background-color: #3645CF; }
a { background-color: rgb(54,69,207); }
div.DivClassName
{
background-color: #3645CF;
}
.BgClassName
{
background-color: #3645CF;
}
</style>
border-color css
<style>
span { border-color: #3645CF; }
span { border-color: rgb(54,69,207); }
td.TdClassName
{
border-color: #3645CF;
}
.TagClassName
{
border-color: #3645CF;
}
</style>