Shades of Free Speech Blue #383CDD
Tints of Free Speech Blue #383CDD
RGB
CMYK
RGB Variations
Color information
#383CDD (or 0x383CDD) is known color: Free Speech Blue. HEX triplet: 38, 3C and DD. RGB value is (56,60,221). Sum of RGB (Red+Green+Blue) = 56+60+221=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #383CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CDD is #C7C322. Grayscale: #4C4C4C. Windows color (decimal): -13091619 or 14498872. OLE color: 14498872.
HSL color Cylindrical-coordinate representation of color #383CDD: hue angle of 238.55º 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 #383CDD is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 60 | 221 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.13 |
| HSL | 238.55º | 0.71% | 0.54% | - |
| HSV(B) | 238.55º | 0.75% | 0.87% | - |
| XYZ | 16.3 | 9.29 | 69.34 | - |
| YUV | 77.16 | 209.17 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 221 | 0.75 | 0.73 | 0 | 0.13 | 238.55 | 0.71 | 0.54 |
| Hex | 38 | 3C | DD | 4B | 49 | 0 | D | EF | 47 | 36 |
| Octal | 70 | 74 | 335 | 113 | 111 | 0 | 15 | 357 | 107 | 66 |
| Binary | 111000 | 111100 | 11011101 | 1001011 | 1001001 | 0 | 1101 | 11101111 | 1000111 | 110110 |
Color Harmonies of #383CDD
Complementary color
Monochromatic Colors of #383CDD
Black with #383CDD
Text Example
Text Example
White with #383CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CDD; }
p { color: rgb(56,60,221); }
H1.HeaderClassName
{
color: #383CDD;
}
.AnyTagClassName
{
color: #383CDD;
}
</style>
background-color css
<style>
a { background-color: #383CDD; }
a { background-color: rgb(56,60,221); }
div.DivClassName
{
background-color: #383CDD;
}
.BgClassName
{
background-color: #383CDD;
}
</style>
border-color css
<style>
span { border-color: #383CDD; }
span { border-color: rgb(56,60,221); }
td.TdClassName
{
border-color: #383CDD;
}
.TagClassName
{
border-color: #383CDD;
}
</style>