Shades of Free Speech Blue #304AD5
Tints of Free Speech Blue #304AD5
RGB
CMYK
RGB Variations
Color information
#304AD5 (or 0x304AD5) is known color: Free Speech Blue. HEX triplet: 30, 4A and D5. RGB value is (48,74,213). Sum of RGB (Red+Green+Blue) = 48+74+213=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #304AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AD5 is #CFB52A. Grayscale: #515151. Windows color (decimal): -13612331 or 13978160. OLE color: 13978160.
HSL color Cylindrical-coordinate representation of color #304AD5: hue angle of 230.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304AD5 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 74 | 213 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.16 |
| HSL | 230.55º | 0.66% | 0.51% | - |
| HSV(B) | 230.55º | 0.77% | 0.84% | - |
| XYZ | 15.68 | 10.33 | 64.12 | - |
| YUV | 82.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 213 | 0.77 | 0.65 | 0 | 0.16 | 230.55 | 0.66 | 0.51 |
| Hex | 30 | 4A | D5 | 4D | 41 | 0 | 10 | E7 | 42 | 33 |
| Octal | 60 | 112 | 325 | 115 | 101 | 0 | 20 | 347 | 102 | 63 |
| Binary | 110000 | 1001010 | 11010101 | 1001101 | 1000001 | 0 | 10000 | 11100111 | 1000010 | 110011 |
Color Harmonies of #304AD5
Complementary color
Monochromatic Colors of #304AD5
Black with #304AD5
Text Example
Text Example
White with #304AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AD5; }
p { color: rgb(48,74,213); }
H1.HeaderClassName
{
color: #304AD5;
}
.AnyTagClassName
{
color: #304AD5;
}
</style>
background-color css
<style>
a { background-color: #304AD5; }
a { background-color: rgb(48,74,213); }
div.DivClassName
{
background-color: #304AD5;
}
.BgClassName
{
background-color: #304AD5;
}
</style>
border-color css
<style>
span { border-color: #304AD5; }
span { border-color: rgb(48,74,213); }
td.TdClassName
{
border-color: #304AD5;
}
.TagClassName
{
border-color: #304AD5;
}
</style>