Shades of Free Speech Blue #383ECD
Tints of Free Speech Blue #383ECD
RGB
CMYK
RGB Variations
Color information
#383ECD (or 0x383ECD) is known color: Free Speech Blue. HEX triplet: 38, 3E and CD. RGB value is (56,62,205). Sum of RGB (Red+Green+Blue) = 56+62+205=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #383ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ECD is #C7C132. Grayscale: #4B4B4B. Windows color (decimal): -13091123 or 13450808. OLE color: 13450808.
HSL color Cylindrical-coordinate representation of color #383ECD: hue angle of 237.58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383ECD is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 62 | 205 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.20 |
| HSL | 237.58º | 0.6% | 0.51% | - |
| HSV(B) | 237.58º | 0.73% | 0.8% | - |
| XYZ | 14.37 | 8.69 | 58.68 | - |
| YUV | 76.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 205 | 0.73 | 0.70 | 0 | 0.20 | 237.58 | 0.6 | 0.51 |
| Hex | 38 | 3E | CD | 49 | 46 | 0 | 14 | EE | 3C | 33 |
| Octal | 70 | 76 | 315 | 111 | 106 | 0 | 24 | 356 | 74 | 63 |
| Binary | 111000 | 111110 | 11001101 | 1001001 | 1000110 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #383ECD
Complementary color
Monochromatic Colors of #383ECD
Black with #383ECD
Text Example
Text Example
White with #383ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ECD; }
p { color: rgb(56,62,205); }
H1.HeaderClassName
{
color: #383ECD;
}
.AnyTagClassName
{
color: #383ECD;
}
</style>
background-color css
<style>
a { background-color: #383ECD; }
a { background-color: rgb(56,62,205); }
div.DivClassName
{
background-color: #383ECD;
}
.BgClassName
{
background-color: #383ECD;
}
</style>
border-color css
<style>
span { border-color: #383ECD; }
span { border-color: rgb(56,62,205); }
td.TdClassName
{
border-color: #383ECD;
}
.TagClassName
{
border-color: #383ECD;
}
</style>