Shades of Free Speech Blue #383FCC
Tints of Free Speech Blue #383FCC
RGB
CMYK
RGB Variations
Color information
#383FCC (or 0x383FCC) is known color: Free Speech Blue. HEX triplet: 38, 3F and CC. RGB value is (56,63,204). Sum of RGB (Red+Green+Blue) = 56+63+204=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #383FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FCC is #C7C033. Grayscale: #4C4C4C. Windows color (decimal): -13090868 or 13385528. OLE color: 13385528.
HSL color Cylindrical-coordinate representation of color #383FCC: hue angle of 237.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383FCC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 63 | 204 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.2 |
| HSL | 237.16º | 0.59% | 0.51% | - |
| HSV(B) | 237.16º | 0.73% | 0.8% | - |
| XYZ | 14.31 | 8.76 | 58.06 | - |
| YUV | 76.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 204 | 0.73 | 0.69 | 0 | 0.2 | 237.16 | 0.59 | 0.51 |
| Hex | 38 | 3F | CC | 49 | 45 | 0 | 14 | ED | 3B | 33 |
| Octal | 70 | 77 | 314 | 111 | 105 | 0 | 24 | 355 | 73 | 63 |
| Binary | 111000 | 111111 | 11001100 | 1001001 | 1000101 | 0 | 10100 | 11101101 | 111011 | 110011 |
Color Harmonies of #383FCC
Complementary color
Monochromatic Colors of #383FCC
Black with #383FCC
Text Example
Text Example
White with #383FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FCC; }
p { color: rgb(56,63,204); }
H1.HeaderClassName
{
color: #383FCC;
}
.AnyTagClassName
{
color: #383FCC;
}
</style>
background-color css
<style>
a { background-color: #383FCC; }
a { background-color: rgb(56,63,204); }
div.DivClassName
{
background-color: #383FCC;
}
.BgClassName
{
background-color: #383FCC;
}
</style>
border-color css
<style>
span { border-color: #383FCC; }
span { border-color: rgb(56,63,204); }
td.TdClassName
{
border-color: #383FCC;
}
.TagClassName
{
border-color: #383FCC;
}
</style>