Shades of Free Speech Blue #3838DF
Tints of Free Speech Blue #3838DF
RGB
CMYK
RGB Variations
Color information
#3838DF (or 0x3838DF) is known color: Free Speech Blue. HEX triplet: 38, 38 and DF. RGB value is (56,56,223). Sum of RGB (Red+Green+Blue) = 56+56+223=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #3838DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3838DF is #C7C720. Grayscale: #4A4A4A. Windows color (decimal): -13092641 or 14628920. OLE color: 14628920.
HSL color Cylindrical-coordinate representation of color #3838DF: hue angle of 240º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3838DF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 56 | 223 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.13 |
| HSL | 240º | 0.72% | 0.55% | - |
| HSV(B) | 240º | 0.75% | 0.87% | - |
| XYZ | 16.36 | 9 | 70.69 | - |
| YUV | 75.04 | 211.5 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 223 | 0.75 | 0.75 | 0 | 0.13 | 240 | 0.72 | 0.55 |
| Hex | 38 | 38 | DF | 4B | 4B | 0 | D | F0 | 48 | 37 |
| Octal | 70 | 70 | 337 | 113 | 113 | 0 | 15 | 360 | 110 | 67 |
| Binary | 111000 | 111000 | 11011111 | 1001011 | 1001011 | 0 | 1101 | 11110000 | 1001000 | 110111 |
Color Harmonies of #3838DF
Complementary color
Monochromatic Colors of #3838DF
Black with #3838DF
Text Example
Text Example
White with #3838DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3838DF; }
p { color: rgb(56,56,223); }
H1.HeaderClassName
{
color: #3838DF;
}
.AnyTagClassName
{
color: #3838DF;
}
</style>
background-color css
<style>
a { background-color: #3838DF; }
a { background-color: rgb(56,56,223); }
div.DivClassName
{
background-color: #3838DF;
}
.BgClassName
{
background-color: #3838DF;
}
</style>
border-color css
<style>
span { border-color: #3838DF; }
span { border-color: rgb(56,56,223); }
td.TdClassName
{
border-color: #3838DF;
}
.TagClassName
{
border-color: #3838DF;
}
</style>