Shades of Free Speech Blue #383FB8
Tints of Free Speech Blue #383FB8
RGB
CMYK
RGB Variations
Color information
#383FB8 (or 0x383FB8) is known color: Free Speech Blue. HEX triplet: 38, 3F and B8. RGB value is (56,63,184). Sum of RGB (Red+Green+Blue) = 56+63+184=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #383FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FB8 is #C7C047. Grayscale: #4A4A4A. Windows color (decimal): -13090888 or 12074808. OLE color: 12074808.
HSL color Cylindrical-coordinate representation of color #383FB8: hue angle of 236.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383FB8 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 63 | 184 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.28 |
| HSL | 236.72º | 0.53% | 0.47% | - |
| HSV(B) | 236.72º | 0.7% | 0.72% | - |
| XYZ | 12.06 | 7.86 | 46.23 | - |
| YUV | 74.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 184 | 0.70 | 0.66 | 0 | 0.28 | 236.72 | 0.53 | 0.47 |
| Hex | 38 | 3F | B8 | 46 | 42 | 0 | 1C | ED | 35 | 2F |
| Octal | 70 | 77 | 270 | 106 | 102 | 0 | 34 | 355 | 65 | 57 |
| Binary | 111000 | 111111 | 10111000 | 1000110 | 1000010 | 0 | 11100 | 11101101 | 110101 | 101111 |
Color Harmonies of #383FB8
Complementary color
Monochromatic Colors of #383FB8
Black with #383FB8
Text Example
Text Example
White with #383FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FB8; }
p { color: rgb(56,63,184); }
H1.HeaderClassName
{
color: #383FB8;
}
.AnyTagClassName
{
color: #383FB8;
}
</style>
background-color css
<style>
a { background-color: #383FB8; }
a { background-color: rgb(56,63,184); }
div.DivClassName
{
background-color: #383FB8;
}
.BgClassName
{
background-color: #383FB8;
}
</style>
border-color css
<style>
span { border-color: #383FB8; }
span { border-color: rgb(56,63,184); }
td.TdClassName
{
border-color: #383FB8;
}
.TagClassName
{
border-color: #383FB8;
}
</style>