Shades of Free Speech Blue #303CE1
Tints of Free Speech Blue #303CE1
RGB
CMYK
RGB Variations
Color information
#303CE1 (or 0x303CE1) is known color: Free Speech Blue. HEX triplet: 30, 3C and E1. RGB value is (48,60,225). Sum of RGB (Red+Green+Blue) = 48+60+225=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #303CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CE1 is #CFC31E. Grayscale: #4A4A4A. Windows color (decimal): -13615903 or 14761008. OLE color: 14761008.
HSL color Cylindrical-coordinate representation of color #303CE1: hue angle of 235.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303CE1 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 60 | 225 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.12 |
| HSL | 235.93º | 0.75% | 0.54% | - |
| HSV(B) | 235.93º | 0.79% | 0.88% | - |
| XYZ | 16.43 | 9.3 | 72.16 | - |
| YUV | 75.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 225 | 0.79 | 0.73 | 0 | 0.12 | 235.93 | 0.75 | 0.54 |
| Hex | 30 | 3C | E1 | 4F | 49 | 0 | C | EC | 4B | 36 |
| Octal | 60 | 74 | 341 | 117 | 111 | 0 | 14 | 354 | 113 | 66 |
| Binary | 110000 | 111100 | 11100001 | 1001111 | 1001001 | 0 | 1100 | 11101100 | 1001011 | 110110 |
Color Harmonies of #303CE1
Complementary color
Monochromatic Colors of #303CE1
Black with #303CE1
Text Example
Text Example
White with #303CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CE1; }
p { color: rgb(48,60,225); }
H1.HeaderClassName
{
color: #303CE1;
}
.AnyTagClassName
{
color: #303CE1;
}
</style>
background-color css
<style>
a { background-color: #303CE1; }
a { background-color: rgb(48,60,225); }
div.DivClassName
{
background-color: #303CE1;
}
.BgClassName
{
background-color: #303CE1;
}
</style>
border-color css
<style>
span { border-color: #303CE1; }
span { border-color: rgb(48,60,225); }
td.TdClassName
{
border-color: #303CE1;
}
.TagClassName
{
border-color: #303CE1;
}
</style>