Shades of Free Speech Blue #383ACC
Tints of Free Speech Blue #383ACC
RGB
CMYK
RGB Variations
Color information
#383ACC (or 0x383ACC) is known color: Free Speech Blue. HEX triplet: 38, 3A and CC. RGB value is (56,58,204). Sum of RGB (Red+Green+Blue) = 56+58+204=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #383ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ACC is #C7C533. Grayscale: #494949. Windows color (decimal): -13092148 or 13384248. OLE color: 13384248.
HSL color Cylindrical-coordinate representation of color #383ACC: hue angle of 239.19º 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 #383ACC is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 58 | 204 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.2 |
| HSL | 239.19º | 0.59% | 0.51% | - |
| HSV(B) | 239.19º | 0.73% | 0.8% | - |
| XYZ | 14.04 | 8.23 | 57.97 | - |
| YUV | 74.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 204 | 0.73 | 0.72 | 0 | 0.2 | 239.19 | 0.59 | 0.51 |
| Hex | 38 | 3A | CC | 49 | 48 | 0 | 14 | EF | 3B | 33 |
| Octal | 70 | 72 | 314 | 111 | 110 | 0 | 24 | 357 | 73 | 63 |
| Binary | 111000 | 111010 | 11001100 | 1001001 | 1001000 | 0 | 10100 | 11101111 | 111011 | 110011 |
Color Harmonies of #383ACC
Complementary color
Monochromatic Colors of #383ACC
Black with #383ACC
Text Example
Text Example
White with #383ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ACC; }
p { color: rgb(56,58,204); }
H1.HeaderClassName
{
color: #383ACC;
}
.AnyTagClassName
{
color: #383ACC;
}
</style>
background-color css
<style>
a { background-color: #383ACC; }
a { background-color: rgb(56,58,204); }
div.DivClassName
{
background-color: #383ACC;
}
.BgClassName
{
background-color: #383ACC;
}
</style>
border-color css
<style>
span { border-color: #383ACC; }
span { border-color: rgb(56,58,204); }
td.TdClassName
{
border-color: #383ACC;
}
.TagClassName
{
border-color: #383ACC;
}
</style>