Shades of Free Speech Blue #383CDB
Tints of Free Speech Blue #383CDB
RGB
CMYK
RGB Variations
Color information
#383CDB (or 0x383CDB) is known color: Free Speech Blue. HEX triplet: 38, 3C and DB. RGB value is (56,60,219). Sum of RGB (Red+Green+Blue) = 56+60+219=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #383CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CDB is #C7C324. Grayscale: #4C4C4C. Windows color (decimal): -13091621 or 14367800. OLE color: 14367800.
HSL color Cylindrical-coordinate representation of color #383CDB: hue angle of 238.53º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #383CDB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 60 | 219 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.14 |
| HSL | 238.53º | 0.69% | 0.54% | - |
| HSV(B) | 238.53º | 0.74% | 0.86% | - |
| XYZ | 16.03 | 9.19 | 67.95 | - |
| YUV | 76.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 219 | 0.74 | 0.73 | 0 | 0.14 | 238.53 | 0.69 | 0.54 |
| Hex | 38 | 3C | DB | 4A | 49 | 0 | E | EF | 45 | 36 |
| Octal | 70 | 74 | 333 | 112 | 111 | 0 | 16 | 357 | 105 | 66 |
| Binary | 111000 | 111100 | 11011011 | 1001010 | 1001001 | 0 | 1110 | 11101111 | 1000101 | 110110 |
Color Harmonies of #383CDB
Complementary color
Monochromatic Colors of #383CDB
Black with #383CDB
Text Example
Text Example
White with #383CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CDB; }
p { color: rgb(56,60,219); }
H1.HeaderClassName
{
color: #383CDB;
}
.AnyTagClassName
{
color: #383CDB;
}
</style>
background-color css
<style>
a { background-color: #383CDB; }
a { background-color: rgb(56,60,219); }
div.DivClassName
{
background-color: #383CDB;
}
.BgClassName
{
background-color: #383CDB;
}
</style>
border-color css
<style>
span { border-color: #383CDB; }
span { border-color: rgb(56,60,219); }
td.TdClassName
{
border-color: #383CDB;
}
.TagClassName
{
border-color: #383CDB;
}
</style>