Shades of Free Speech Blue #383FE1
Tints of Free Speech Blue #383FE1
RGB
CMYK
RGB Variations
Color information
#383FE1 (or 0x383FE1) is known color: Free Speech Blue. HEX triplet: 38, 3F and E1. RGB value is (56,63,225). Sum of RGB (Red+Green+Blue) = 56+63+225=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #383FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FE1 is #C7C01E. Grayscale: #4E4E4E. Windows color (decimal): -13090847 or 14761784. OLE color: 14761784.
HSL color Cylindrical-coordinate representation of color #383FE1: hue angle of 237.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383FE1 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 63 | 225 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.12 |
| HSL | 237.51º | 0.74% | 0.55% | - |
| HSV(B) | 237.51º | 0.75% | 0.88% | - |
| XYZ | 17 | 9.83 | 72.24 | - |
| YUV | 79.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 225 | 0.75 | 0.72 | 0 | 0.12 | 237.51 | 0.74 | 0.55 |
| Hex | 38 | 3F | E1 | 4B | 48 | 0 | C | EE | 4A | 37 |
| Octal | 70 | 77 | 341 | 113 | 110 | 0 | 14 | 356 | 112 | 67 |
| Binary | 111000 | 111111 | 11100001 | 1001011 | 1001000 | 0 | 1100 | 11101110 | 1001010 | 110111 |
Color Harmonies of #383FE1
Complementary color
Monochromatic Colors of #383FE1
Black with #383FE1
Text Example
Text Example
White with #383FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FE1; }
p { color: rgb(56,63,225); }
H1.HeaderClassName
{
color: #383FE1;
}
.AnyTagClassName
{
color: #383FE1;
}
</style>
background-color css
<style>
a { background-color: #383FE1; }
a { background-color: rgb(56,63,225); }
div.DivClassName
{
background-color: #383FE1;
}
.BgClassName
{
background-color: #383FE1;
}
</style>
border-color css
<style>
span { border-color: #383FE1; }
span { border-color: rgb(56,63,225); }
td.TdClassName
{
border-color: #383FE1;
}
.TagClassName
{
border-color: #383FE1;
}
</style>