Shades of Free Speech Blue #3638DB
Tints of Free Speech Blue #3638DB
RGB
CMYK
RGB Variations
Color information
#3638DB (or 0x3638DB) is known color: Free Speech Blue. HEX triplet: 36, 38 and DB. RGB value is (54,56,219). Sum of RGB (Red+Green+Blue) = 54+56+219=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #3638DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638DB is #C9C724. Grayscale: #494949. Windows color (decimal): -13223717 or 14366774. OLE color: 14366774.
HSL color Cylindrical-coordinate representation of color #3638DB: hue angle of 239.27º 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 #3638DB is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 56 | 219 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.14 |
| HSL | 239.27º | 0.7% | 0.54% | - |
| HSV(B) | 239.27º | 0.75% | 0.86% | - |
| XYZ | 15.72 | 8.73 | 67.87 | - |
| YUV | 73.98 | 209.84 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 219 | 0.75 | 0.74 | 0 | 0.14 | 239.27 | 0.7 | 0.54 |
| Hex | 36 | 38 | DB | 4B | 4A | 0 | E | EF | 46 | 36 |
| Octal | 66 | 70 | 333 | 113 | 112 | 0 | 16 | 357 | 106 | 66 |
| Binary | 110110 | 111000 | 11011011 | 1001011 | 1001010 | 0 | 1110 | 11101111 | 1000110 | 110110 |
Color Harmonies of #3638DB
Complementary color
Monochromatic Colors of #3638DB
Black with #3638DB
Text Example
Text Example
White with #3638DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3638DB; }
p { color: rgb(54,56,219); }
H1.HeaderClassName
{
color: #3638DB;
}
.AnyTagClassName
{
color: #3638DB;
}
</style>
background-color css
<style>
a { background-color: #3638DB; }
a { background-color: rgb(54,56,219); }
div.DivClassName
{
background-color: #3638DB;
}
.BgClassName
{
background-color: #3638DB;
}
</style>
border-color css
<style>
span { border-color: #3638DB; }
span { border-color: rgb(54,56,219); }
td.TdClassName
{
border-color: #3638DB;
}
.TagClassName
{
border-color: #3638DB;
}
</style>