Shades of Free Speech Blue #383FBA
Tints of Free Speech Blue #383FBA
RGB
CMYK
RGB Variations
Color information
#383FBA (or 0x383FBA) is known color: Free Speech Blue. HEX triplet: 38, 3F and BA. RGB value is (56,63,186). Sum of RGB (Red+Green+Blue) = 56+63+186=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #383FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FBA is #C7C045. Grayscale: #4A4A4A. Windows color (decimal): -13090886 or 12205880. OLE color: 12205880.
HSL color Cylindrical-coordinate representation of color #383FBA: hue angle of 236.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383FBA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 63 | 186 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.27 |
| HSL | 236.77º | 0.54% | 0.47% | - |
| HSV(B) | 236.77º | 0.7% | 0.73% | - |
| XYZ | 12.27 | 7.94 | 47.34 | - |
| YUV | 74.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 186 | 0.70 | 0.66 | 0 | 0.27 | 236.77 | 0.54 | 0.47 |
| Hex | 38 | 3F | BA | 46 | 42 | 0 | 1B | ED | 36 | 2F |
| Octal | 70 | 77 | 272 | 106 | 102 | 0 | 33 | 355 | 66 | 57 |
| Binary | 111000 | 111111 | 10111010 | 1000110 | 1000010 | 0 | 11011 | 11101101 | 110110 | 101111 |
Color Harmonies of #383FBA
Complementary color
Monochromatic Colors of #383FBA
Black with #383FBA
Text Example
Text Example
White with #383FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FBA; }
p { color: rgb(56,63,186); }
H1.HeaderClassName
{
color: #383FBA;
}
.AnyTagClassName
{
color: #383FBA;
}
</style>
background-color css
<style>
a { background-color: #383FBA; }
a { background-color: rgb(56,63,186); }
div.DivClassName
{
background-color: #383FBA;
}
.BgClassName
{
background-color: #383FBA;
}
</style>
border-color css
<style>
span { border-color: #383FBA; }
span { border-color: rgb(56,63,186); }
td.TdClassName
{
border-color: #383FBA;
}
.TagClassName
{
border-color: #383FBA;
}
</style>