Shades of Free Speech Blue #383BCC
Tints of Free Speech Blue #383BCC
RGB
CMYK
RGB Variations
Color information
#383BCC (or 0x383BCC) is known color: Free Speech Blue. HEX triplet: 38, 3B and CC. RGB value is (56,59,204). Sum of RGB (Red+Green+Blue) = 56+59+204=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #383BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BCC is #C7C433. Grayscale: #4A4A4A. Windows color (decimal): -13091892 or 13384504. OLE color: 13384504.
HSL color Cylindrical-coordinate representation of color #383BCC: hue angle of 238.78º 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 #383BCC is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 59 | 204 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.2 |
| HSL | 238.78º | 0.59% | 0.51% | - |
| HSV(B) | 238.78º | 0.73% | 0.8% | - |
| XYZ | 14.09 | 8.33 | 57.99 | - |
| YUV | 74.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 204 | 0.73 | 0.71 | 0 | 0.2 | 238.78 | 0.59 | 0.51 |
| Hex | 38 | 3B | CC | 49 | 47 | 0 | 14 | EF | 3B | 33 |
| Octal | 70 | 73 | 314 | 111 | 107 | 0 | 24 | 357 | 73 | 63 |
| Binary | 111000 | 111011 | 11001100 | 1001001 | 1000111 | 0 | 10100 | 11101111 | 111011 | 110011 |
Color Harmonies of #383BCC
Complementary color
Monochromatic Colors of #383BCC
Black with #383BCC
Text Example
Text Example
White with #383BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BCC; }
p { color: rgb(56,59,204); }
H1.HeaderClassName
{
color: #383BCC;
}
.AnyTagClassName
{
color: #383BCC;
}
</style>
background-color css
<style>
a { background-color: #383BCC; }
a { background-color: rgb(56,59,204); }
div.DivClassName
{
background-color: #383BCC;
}
.BgClassName
{
background-color: #383BCC;
}
</style>
border-color css
<style>
span { border-color: #383BCC; }
span { border-color: rgb(56,59,204); }
td.TdClassName
{
border-color: #383BCC;
}
.TagClassName
{
border-color: #383BCC;
}
</style>