Shades of Free Speech Blue #383DDD
Tints of Free Speech Blue #383DDD
RGB
CMYK
RGB Variations
Color information
#383DDD (or 0x383DDD) is known color: Free Speech Blue. HEX triplet: 38, 3D and DD. RGB value is (56,61,221). Sum of RGB (Red+Green+Blue) = 56+61+221=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #383DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DDD is #C7C222. Grayscale: #4D4D4D. Windows color (decimal): -13091363 or 14499128. OLE color: 14499128.
HSL color Cylindrical-coordinate representation of color #383DDD: hue angle of 238.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383DDD is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 61 | 221 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.13 |
| HSL | 238.18º | 0.71% | 0.54% | - |
| HSV(B) | 238.18º | 0.75% | 0.87% | - |
| XYZ | 16.35 | 9.4 | 69.36 | - |
| YUV | 77.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 221 | 0.75 | 0.72 | 0 | 0.13 | 238.18 | 0.71 | 0.54 |
| Hex | 38 | 3D | DD | 4B | 48 | 0 | D | EE | 47 | 36 |
| Octal | 70 | 75 | 335 | 113 | 110 | 0 | 15 | 356 | 107 | 66 |
| Binary | 111000 | 111101 | 11011101 | 1001011 | 1001000 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #383DDD
Complementary color
Monochromatic Colors of #383DDD
Black with #383DDD
Text Example
Text Example
White with #383DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DDD; }
p { color: rgb(56,61,221); }
H1.HeaderClassName
{
color: #383DDD;
}
.AnyTagClassName
{
color: #383DDD;
}
</style>
background-color css
<style>
a { background-color: #383DDD; }
a { background-color: rgb(56,61,221); }
div.DivClassName
{
background-color: #383DDD;
}
.BgClassName
{
background-color: #383DDD;
}
</style>
border-color css
<style>
span { border-color: #383DDD; }
span { border-color: rgb(56,61,221); }
td.TdClassName
{
border-color: #383DDD;
}
.TagClassName
{
border-color: #383DDD;
}
</style>