Shades of Free Speech Blue #3638DF
Tints of Free Speech Blue #3638DF
RGB
CMYK
RGB Variations
Color information
#3638DF (or 0x3638DF) is known color: Free Speech Blue. HEX triplet: 36, 38 and DF. RGB value is (54,56,223). Sum of RGB (Red+Green+Blue) = 54+56+223=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #3638DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638DF is #C9C720. Grayscale: #494949. Windows color (decimal): -13223713 or 14628918. OLE color: 14628918.
HSL color Cylindrical-coordinate representation of color #3638DF: hue angle of 239.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3638DF is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 56 | 223 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.13 |
| HSL | 239.29º | 0.73% | 0.54% | - |
| HSV(B) | 239.29º | 0.76% | 0.87% | - |
| XYZ | 16.25 | 8.94 | 70.68 | - |
| YUV | 74.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 223 | 0.76 | 0.75 | 0 | 0.13 | 239.29 | 0.73 | 0.54 |
| Hex | 36 | 38 | DF | 4C | 4B | 0 | D | EF | 49 | 36 |
| Octal | 66 | 70 | 337 | 114 | 113 | 0 | 15 | 357 | 111 | 66 |
| Binary | 110110 | 111000 | 11011111 | 1001100 | 1001011 | 0 | 1101 | 11101111 | 1001001 | 110110 |
Color Harmonies of #3638DF
Complementary color
Monochromatic Colors of #3638DF
Black with #3638DF
Text Example
Text Example
White with #3638DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3638DF; }
p { color: rgb(54,56,223); }
H1.HeaderClassName
{
color: #3638DF;
}
.AnyTagClassName
{
color: #3638DF;
}
</style>
background-color css
<style>
a { background-color: #3638DF; }
a { background-color: rgb(54,56,223); }
div.DivClassName
{
background-color: #3638DF;
}
.BgClassName
{
background-color: #3638DF;
}
</style>
border-color css
<style>
span { border-color: #3638DF; }
span { border-color: rgb(54,56,223); }
td.TdClassName
{
border-color: #3638DF;
}
.TagClassName
{
border-color: #3638DF;
}
</style>