Shades of Free Speech Blue #383ACF
Tints of Free Speech Blue #383ACF
RGB
CMYK
RGB Variations
Color information
#383ACF (or 0x383ACF) is known color: Free Speech Blue. HEX triplet: 38, 3A and CF. RGB value is (56,58,207). Sum of RGB (Red+Green+Blue) = 56+58+207=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #383ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ACF is #C7C530. Grayscale: #494949. Windows color (decimal): -13092145 or 13580856. OLE color: 13580856.
HSL color Cylindrical-coordinate representation of color #383ACF: hue angle of 239.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383ACF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 58 | 207 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.19 |
| HSL | 239.21º | 0.61% | 0.52% | - |
| HSV(B) | 239.21º | 0.73% | 0.81% | - |
| XYZ | 14.41 | 8.37 | 59.89 | - |
| YUV | 74.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 207 | 0.73 | 0.72 | 0 | 0.19 | 239.21 | 0.61 | 0.52 |
| Hex | 38 | 3A | CF | 49 | 48 | 0 | 13 | EF | 3D | 34 |
| Octal | 70 | 72 | 317 | 111 | 110 | 0 | 23 | 357 | 75 | 64 |
| Binary | 111000 | 111010 | 11001111 | 1001001 | 1001000 | 0 | 10011 | 11101111 | 111101 | 110100 |
Color Harmonies of #383ACF
Complementary color
Monochromatic Colors of #383ACF
Black with #383ACF
Text Example
Text Example
White with #383ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ACF; }
p { color: rgb(56,58,207); }
H1.HeaderClassName
{
color: #383ACF;
}
.AnyTagClassName
{
color: #383ACF;
}
</style>
background-color css
<style>
a { background-color: #383ACF; }
a { background-color: rgb(56,58,207); }
div.DivClassName
{
background-color: #383ACF;
}
.BgClassName
{
background-color: #383ACF;
}
</style>
border-color css
<style>
span { border-color: #383ACF; }
span { border-color: rgb(56,58,207); }
td.TdClassName
{
border-color: #383ACF;
}
.TagClassName
{
border-color: #383ACF;
}
</style>