Shades of Free Speech Blue #383FC0
Tints of Free Speech Blue #383FC0
RGB
CMYK
RGB Variations
Color information
#383FC0 (or 0x383FC0) is known color: Free Speech Blue. HEX triplet: 38, 3F and C0. RGB value is (56,63,192). Sum of RGB (Red+Green+Blue) = 56+63+192=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #383FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FC0 is #C7C03F. Grayscale: #4B4B4B. Windows color (decimal): -13090880 or 12599096. OLE color: 12599096.
HSL color Cylindrical-coordinate representation of color #383FC0: hue angle of 236.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383FC0 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 63 | 192 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.25 |
| HSL | 236.91º | 0.55% | 0.49% | - |
| HSV(B) | 236.91º | 0.71% | 0.75% | - |
| XYZ | 12.92 | 8.2 | 50.77 | - |
| YUV | 75.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 192 | 0.71 | 0.67 | 0 | 0.25 | 236.91 | 0.55 | 0.49 |
| Hex | 38 | 3F | C0 | 47 | 43 | 0 | 19 | ED | 37 | 31 |
| Octal | 70 | 77 | 300 | 107 | 103 | 0 | 31 | 355 | 67 | 61 |
| Binary | 111000 | 111111 | 11000000 | 1000111 | 1000011 | 0 | 11001 | 11101101 | 110111 | 110001 |
Color Harmonies of #383FC0
Complementary color
Monochromatic Colors of #383FC0
Black with #383FC0
Text Example
Text Example
White with #383FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FC0; }
p { color: rgb(56,63,192); }
H1.HeaderClassName
{
color: #383FC0;
}
.AnyTagClassName
{
color: #383FC0;
}
</style>
background-color css
<style>
a { background-color: #383FC0; }
a { background-color: rgb(56,63,192); }
div.DivClassName
{
background-color: #383FC0;
}
.BgClassName
{
background-color: #383FC0;
}
</style>
border-color css
<style>
span { border-color: #383FC0; }
span { border-color: rgb(56,63,192); }
td.TdClassName
{
border-color: #383FC0;
}
.TagClassName
{
border-color: #383FC0;
}
</style>