Shades of Free Speech Blue #383CBC
Tints of Free Speech Blue #383CBC
RGB
CMYK
RGB Variations
Color information
#383CBC (or 0x383CBC) is known color: Free Speech Blue. HEX triplet: 38, 3C and BC. RGB value is (56,60,188). Sum of RGB (Red+Green+Blue) = 56+60+188=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #383CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CBC is #C7C343. Grayscale: #484848. Windows color (decimal): -13091652 or 12336184. OLE color: 12336184.
HSL color Cylindrical-coordinate representation of color #383CBC: hue angle of 238.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383CBC is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 60 | 188 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.26 |
| HSL | 238.18º | 0.54% | 0.48% | - |
| HSV(B) | 238.18º | 0.7% | 0.74% | - |
| XYZ | 12.32 | 7.7 | 48.41 | - |
| YUV | 73.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 188 | 0.70 | 0.68 | 0 | 0.26 | 238.18 | 0.54 | 0.48 |
| Hex | 38 | 3C | BC | 46 | 44 | 0 | 1A | EE | 36 | 30 |
| Octal | 70 | 74 | 274 | 106 | 104 | 0 | 32 | 356 | 66 | 60 |
| Binary | 111000 | 111100 | 10111100 | 1000110 | 1000100 | 0 | 11010 | 11101110 | 110110 | 110000 |
Color Harmonies of #383CBC
Complementary color
Monochromatic Colors of #383CBC
Black with #383CBC
Text Example
Text Example
White with #383CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CBC; }
p { color: rgb(56,60,188); }
H1.HeaderClassName
{
color: #383CBC;
}
.AnyTagClassName
{
color: #383CBC;
}
</style>
background-color css
<style>
a { background-color: #383CBC; }
a { background-color: rgb(56,60,188); }
div.DivClassName
{
background-color: #383CBC;
}
.BgClassName
{
background-color: #383CBC;
}
</style>
border-color css
<style>
span { border-color: #383CBC; }
span { border-color: rgb(56,60,188); }
td.TdClassName
{
border-color: #383CBC;
}
.TagClassName
{
border-color: #383CBC;
}
</style>