Shades of Free Speech Blue #403ACB
Tints of Free Speech Blue #403ACB
RGB
CMYK
RGB Variations
Color information
#403ACB (or 0x403ACB) is known color: Free Speech Blue. HEX triplet: 40, 3A and CB. RGB value is (64,58,203). Sum of RGB (Red+Green+Blue) = 64+58+203=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #403ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ACB is #BFC534. Grayscale: #4B4B4B. Windows color (decimal): -12567861 or 13318720. OLE color: 13318720.
HSL color Cylindrical-coordinate representation of color #403ACB: hue angle of 242.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ACB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 58 | 203 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.20 |
| HSL | 242.48º | 0.58% | 0.51% | - |
| HSV(B) | 242.48º | 0.71% | 0.8% | - |
| XYZ | 14.41 | 8.43 | 57.37 | - |
| YUV | 76.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 203 | 0.68 | 0.71 | 0 | 0.20 | 242.48 | 0.58 | 0.51 |
| Hex | 40 | 3A | CB | 44 | 47 | 0 | 14 | F2 | 3A | 33 |
| Octal | 100 | 72 | 313 | 104 | 107 | 0 | 24 | 362 | 72 | 63 |
| Binary | 1000000 | 111010 | 11001011 | 1000100 | 1000111 | 0 | 10100 | 11110010 | 111010 | 110011 |
Color Harmonies of #403ACB
Complementary color
Monochromatic Colors of #403ACB
Black with #403ACB
Text Example
Text Example
White with #403ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ACB; }
p { color: rgb(64,58,203); }
H1.HeaderClassName
{
color: #403ACB;
}
.AnyTagClassName
{
color: #403ACB;
}
</style>
background-color css
<style>
a { background-color: #403ACB; }
a { background-color: rgb(64,58,203); }
div.DivClassName
{
background-color: #403ACB;
}
.BgClassName
{
background-color: #403ACB;
}
</style>
border-color css
<style>
span { border-color: #403ACB; }
span { border-color: rgb(64,58,203); }
td.TdClassName
{
border-color: #403ACB;
}
.TagClassName
{
border-color: #403ACB;
}
</style>