Shades of Free Speech Blue #303DDC
Tints of Free Speech Blue #303DDC
RGB
CMYK
RGB Variations
Color information
#303DDC (or 0x303DDC) is known color: Free Speech Blue. HEX triplet: 30, 3D and DC. RGB value is (48,61,220). Sum of RGB (Red+Green+Blue) = 48+61+220=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #303DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DDC is #CFC223. Grayscale: #4A4A4A. Windows color (decimal): -13615652 or 14433584. OLE color: 14433584.
HSL color Cylindrical-coordinate representation of color #303DDC: hue angle of 235.47º 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 #303DDC is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 61 | 220 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.14 |
| HSL | 235.47º | 0.71% | 0.53% | - |
| HSV(B) | 235.47º | 0.78% | 0.86% | - |
| XYZ | 15.81 | 9.13 | 68.64 | - |
| YUV | 75.24 | 209.69 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 220 | 0.78 | 0.72 | 0 | 0.14 | 235.47 | 0.71 | 0.53 |
| Hex | 30 | 3D | DC | 4E | 48 | 0 | E | EB | 47 | 35 |
| Octal | 60 | 75 | 334 | 116 | 110 | 0 | 16 | 353 | 107 | 65 |
| Binary | 110000 | 111101 | 11011100 | 1001110 | 1001000 | 0 | 1110 | 11101011 | 1000111 | 110101 |
Color Harmonies of #303DDC
Complementary color
Monochromatic Colors of #303DDC
Black with #303DDC
Text Example
Text Example
White with #303DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DDC; }
p { color: rgb(48,61,220); }
H1.HeaderClassName
{
color: #303DDC;
}
.AnyTagClassName
{
color: #303DDC;
}
</style>
background-color css
<style>
a { background-color: #303DDC; }
a { background-color: rgb(48,61,220); }
div.DivClassName
{
background-color: #303DDC;
}
.BgClassName
{
background-color: #303DDC;
}
</style>
border-color css
<style>
span { border-color: #303DDC; }
span { border-color: rgb(48,61,220); }
td.TdClassName
{
border-color: #303DDC;
}
.TagClassName
{
border-color: #303DDC;
}
</style>