Shades of Free Speech Blue #383FCB
Tints of Free Speech Blue #383FCB
RGB
CMYK
RGB Variations
Color information
#383FCB (or 0x383FCB) is known color: Free Speech Blue. HEX triplet: 38, 3F and CB. RGB value is (56,63,203). Sum of RGB (Red+Green+Blue) = 56+63+203=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #383FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FCB is #C7C034. Grayscale: #4C4C4C. Windows color (decimal): -13090869 or 13319992. OLE color: 13319992.
HSL color Cylindrical-coordinate representation of color #383FCB: hue angle of 237.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383FCB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 63 | 203 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.20 |
| HSL | 237.14º | 0.59% | 0.51% | - |
| HSV(B) | 237.14º | 0.72% | 0.8% | - |
| XYZ | 14.19 | 8.71 | 57.43 | - |
| YUV | 76.87 | 199.18 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 203 | 0.72 | 0.69 | 0 | 0.20 | 237.14 | 0.59 | 0.51 |
| Hex | 38 | 3F | CB | 48 | 45 | 0 | 14 | ED | 3B | 33 |
| Octal | 70 | 77 | 313 | 110 | 105 | 0 | 24 | 355 | 73 | 63 |
| Binary | 111000 | 111111 | 11001011 | 1001000 | 1000101 | 0 | 10100 | 11101101 | 111011 | 110011 |
Color Harmonies of #383FCB
Complementary color
Monochromatic Colors of #383FCB
Black with #383FCB
Text Example
Text Example
White with #383FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FCB; }
p { color: rgb(56,63,203); }
H1.HeaderClassName
{
color: #383FCB;
}
.AnyTagClassName
{
color: #383FCB;
}
</style>
background-color css
<style>
a { background-color: #383FCB; }
a { background-color: rgb(56,63,203); }
div.DivClassName
{
background-color: #383FCB;
}
.BgClassName
{
background-color: #383FCB;
}
</style>
border-color css
<style>
span { border-color: #383FCB; }
span { border-color: rgb(56,63,203); }
td.TdClassName
{
border-color: #383FCB;
}
.TagClassName
{
border-color: #383FCB;
}
</style>