Shades of Free Speech Blue #3652CF
Tints of Free Speech Blue #3652CF
RGB
CMYK
RGB Variations
Color information
#3652CF (or 0x3652CF) is known color: Free Speech Blue. HEX triplet: 36, 52 and CF. RGB value is (54,82,207). Sum of RGB (Red+Green+Blue) = 54+82+207=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #3652CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3652CF is #C9AD30. Grayscale: #575757. Windows color (decimal): -13217073 or 13586998. OLE color: 13586998.
HSL color Cylindrical-coordinate representation of color #3652CF: hue angle of 229.02º 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 #3652CF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 82 | 207 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.19 |
| HSL | 229.02º | 0.61% | 0.51% | - |
| HSV(B) | 229.02º | 0.74% | 0.81% | - |
| XYZ | 15.8 | 11.32 | 60.38 | - |
| YUV | 87.88 | 195.22 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 207 | 0.74 | 0.60 | 0 | 0.19 | 229.02 | 0.61 | 0.51 |
| Hex | 36 | 52 | CF | 4A | 3C | 0 | 13 | E5 | 3D | 33 |
| Octal | 66 | 122 | 317 | 112 | 74 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110110 | 1010010 | 11001111 | 1001010 | 111100 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3652CF
Complementary color
Monochromatic Colors of #3652CF
Black with #3652CF
Text Example
Text Example
White with #3652CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3652CF; }
p { color: rgb(54,82,207); }
H1.HeaderClassName
{
color: #3652CF;
}
.AnyTagClassName
{
color: #3652CF;
}
</style>
background-color css
<style>
a { background-color: #3652CF; }
a { background-color: rgb(54,82,207); }
div.DivClassName
{
background-color: #3652CF;
}
.BgClassName
{
background-color: #3652CF;
}
</style>
border-color css
<style>
span { border-color: #3652CF; }
span { border-color: rgb(54,82,207); }
td.TdClassName
{
border-color: #3652CF;
}
.TagClassName
{
border-color: #3652CF;
}
</style>