Shades of Free Speech Blue #3652DB
Tints of Free Speech Blue #3652DB
RGB
CMYK
RGB Variations
Color information
#3652DB (or 0x3652DB) is known color: Free Speech Blue. HEX triplet: 36, 52 and DB. RGB value is (54,82,219). Sum of RGB (Red+Green+Blue) = 54+82+219=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3652DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3652DB is #C9AD24. Grayscale: #585858. Windows color (decimal): -13217061 or 14373430. OLE color: 14373430.
HSL color Cylindrical-coordinate representation of color #3652DB: hue angle of 229.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3652DB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 82 | 219 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.14 |
| HSL | 229.82º | 0.7% | 0.54% | - |
| HSV(B) | 229.82º | 0.75% | 0.86% | - |
| XYZ | 17.32 | 11.93 | 68.41 | - |
| YUV | 89.25 | 201.22 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 219 | 0.75 | 0.63 | 0 | 0.14 | 229.82 | 0.7 | 0.54 |
| Hex | 36 | 52 | DB | 4B | 3F | 0 | E | E6 | 46 | 36 |
| Octal | 66 | 122 | 333 | 113 | 77 | 0 | 16 | 346 | 106 | 66 |
| Binary | 110110 | 1010010 | 11011011 | 1001011 | 111111 | 0 | 1110 | 11100110 | 1000110 | 110110 |
Color Harmonies of #3652DB
Complementary color
Monochromatic Colors of #3652DB
Black with #3652DB
Text Example
Text Example
White with #3652DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3652DB; }
p { color: rgb(54,82,219); }
H1.HeaderClassName
{
color: #3652DB;
}
.AnyTagClassName
{
color: #3652DB;
}
</style>
background-color css
<style>
a { background-color: #3652DB; }
a { background-color: rgb(54,82,219); }
div.DivClassName
{
background-color: #3652DB;
}
.BgClassName
{
background-color: #3652DB;
}
</style>
border-color css
<style>
span { border-color: #3652DB; }
span { border-color: rgb(54,82,219); }
td.TdClassName
{
border-color: #3652DB;
}
.TagClassName
{
border-color: #3652DB;
}
</style>