Shades of Free Speech Blue #383FE0
Tints of Free Speech Blue #383FE0
RGB
CMYK
RGB Variations
Color information
#383FE0 (or 0x383FE0) is known color: Free Speech Blue. HEX triplet: 38, 3F and E0. RGB value is (56,63,224). Sum of RGB (Red+Green+Blue) = 56+63+224=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #383FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FE0 is #C7C01F. Grayscale: #4E4E4E. Windows color (decimal): -13090848 or 14696248. OLE color: 14696248.
HSL color Cylindrical-coordinate representation of color #383FE0: hue angle of 237.5º degrees, saturation: 0.73, 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 #383FE0 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 63 | 224 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.12 |
| HSL | 237.5º | 0.73% | 0.55% | - |
| HSV(B) | 237.5º | 0.75% | 0.88% | - |
| XYZ | 16.86 | 9.78 | 71.52 | - |
| YUV | 79.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 224 | 0.75 | 0.72 | 0 | 0.12 | 237.5 | 0.73 | 0.55 |
| Hex | 38 | 3F | E0 | 4B | 48 | 0 | C | EE | 49 | 37 |
| Octal | 70 | 77 | 340 | 113 | 110 | 0 | 14 | 356 | 111 | 67 |
| Binary | 111000 | 111111 | 11100000 | 1001011 | 1001000 | 0 | 1100 | 11101110 | 1001001 | 110111 |
Color Harmonies of #383FE0
Complementary color
Monochromatic Colors of #383FE0
Black with #383FE0
Text Example
Text Example
White with #383FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FE0; }
p { color: rgb(56,63,224); }
H1.HeaderClassName
{
color: #383FE0;
}
.AnyTagClassName
{
color: #383FE0;
}
</style>
background-color css
<style>
a { background-color: #383FE0; }
a { background-color: rgb(56,63,224); }
div.DivClassName
{
background-color: #383FE0;
}
.BgClassName
{
background-color: #383FE0;
}
</style>
border-color css
<style>
span { border-color: #383FE0; }
span { border-color: rgb(56,63,224); }
td.TdClassName
{
border-color: #383FE0;
}
.TagClassName
{
border-color: #383FE0;
}
</style>