Shades of Free Speech Blue #383ADD
Tints of Free Speech Blue #383ADD
RGB
CMYK
RGB Variations
Color information
#383ADD (or 0x383ADD) is known color: Free Speech Blue. HEX triplet: 38, 3A and DD. RGB value is (56,58,221). Sum of RGB (Red+Green+Blue) = 56+58+221=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #383ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ADD is #C7C522. Grayscale: #4B4B4B. Windows color (decimal): -13092131 or 14498360. OLE color: 14498360.
HSL color Cylindrical-coordinate representation of color #383ADD: hue angle of 239.27º 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 #383ADD is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 58 | 221 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.13 |
| HSL | 239.27º | 0.71% | 0.54% | - |
| HSV(B) | 239.27º | 0.75% | 0.87% | - |
| XYZ | 16.2 | 9.09 | 69.31 | - |
| YUV | 75.98 | 209.84 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 221 | 0.75 | 0.74 | 0 | 0.13 | 239.27 | 0.71 | 0.54 |
| Hex | 38 | 3A | DD | 4B | 4A | 0 | D | EF | 47 | 36 |
| Octal | 70 | 72 | 335 | 113 | 112 | 0 | 15 | 357 | 107 | 66 |
| Binary | 111000 | 111010 | 11011101 | 1001011 | 1001010 | 0 | 1101 | 11101111 | 1000111 | 110110 |
Color Harmonies of #383ADD
Complementary color
Monochromatic Colors of #383ADD
Black with #383ADD
Text Example
Text Example
White with #383ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ADD; }
p { color: rgb(56,58,221); }
H1.HeaderClassName
{
color: #383ADD;
}
.AnyTagClassName
{
color: #383ADD;
}
</style>
background-color css
<style>
a { background-color: #383ADD; }
a { background-color: rgb(56,58,221); }
div.DivClassName
{
background-color: #383ADD;
}
.BgClassName
{
background-color: #383ADD;
}
</style>
border-color css
<style>
span { border-color: #383ADD; }
span { border-color: rgb(56,58,221); }
td.TdClassName
{
border-color: #383ADD;
}
.TagClassName
{
border-color: #383ADD;
}
</style>