Shades of Free Speech Blue #304ADC
Tints of Free Speech Blue #304ADC
RGB
CMYK
RGB Variations
Color information
#304ADC (or 0x304ADC) is known color: Free Speech Blue. HEX triplet: 30, 4A and DC. RGB value is (48,74,220). Sum of RGB (Red+Green+Blue) = 48+74+220=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #304ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ADC is #CFB523. Grayscale: #525252. Windows color (decimal): -13612324 or 14436912. OLE color: 14436912.
HSL color Cylindrical-coordinate representation of color #304ADC: hue angle of 230.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304ADC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 74 | 220 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.14 |
| HSL | 230.93º | 0.71% | 0.53% | - |
| HSV(B) | 230.93º | 0.78% | 0.86% | - |
| XYZ | 16.59 | 10.69 | 68.9 | - |
| YUV | 82.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 220 | 0.78 | 0.66 | 0 | 0.14 | 230.93 | 0.71 | 0.53 |
| Hex | 30 | 4A | DC | 4E | 42 | 0 | E | E7 | 47 | 35 |
| Octal | 60 | 112 | 334 | 116 | 102 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110000 | 1001010 | 11011100 | 1001110 | 1000010 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #304ADC
Complementary color
Monochromatic Colors of #304ADC
Black with #304ADC
Text Example
Text Example
White with #304ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ADC; }
p { color: rgb(48,74,220); }
H1.HeaderClassName
{
color: #304ADC;
}
.AnyTagClassName
{
color: #304ADC;
}
</style>
background-color css
<style>
a { background-color: #304ADC; }
a { background-color: rgb(48,74,220); }
div.DivClassName
{
background-color: #304ADC;
}
.BgClassName
{
background-color: #304ADC;
}
</style>
border-color css
<style>
span { border-color: #304ADC; }
span { border-color: rgb(48,74,220); }
td.TdClassName
{
border-color: #304ADC;
}
.TagClassName
{
border-color: #304ADC;
}
</style>