Shades of Free Speech Blue #3040D6
Tints of Free Speech Blue #3040D6
RGB
CMYK
RGB Variations
Color information
#3040D6 (or 0x3040D6) is known color: Free Speech Blue. HEX triplet: 30, 40 and D6. RGB value is (48,64,214). Sum of RGB (Red+Green+Blue) = 48+64+214=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #3040D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040D6 is #CFBF29. Grayscale: #4B4B4B. Windows color (decimal): -13614890 or 14041136. OLE color: 14041136.
HSL color Cylindrical-coordinate representation of color #3040D6: hue angle of 234.22º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3040D6 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 64 | 214 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.16 |
| HSL | 234.22º | 0.67% | 0.51% | - |
| HSV(B) | 234.22º | 0.78% | 0.84% | - |
| XYZ | 15.19 | 9.15 | 64.58 | - |
| YUV | 76.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 214 | 0.78 | 0.70 | 0 | 0.16 | 234.22 | 0.67 | 0.51 |
| Hex | 30 | 40 | D6 | 4E | 46 | 0 | 10 | EA | 43 | 33 |
| Octal | 60 | 100 | 326 | 116 | 106 | 0 | 20 | 352 | 103 | 63 |
| Binary | 110000 | 1000000 | 11010110 | 1001110 | 1000110 | 0 | 10000 | 11101010 | 1000011 | 110011 |
Color Harmonies of #3040D6
Complementary color
Monochromatic Colors of #3040D6
Black with #3040D6
Text Example
Text Example
White with #3040D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3040D6; }
p { color: rgb(48,64,214); }
H1.HeaderClassName
{
color: #3040D6;
}
.AnyTagClassName
{
color: #3040D6;
}
</style>
background-color css
<style>
a { background-color: #3040D6; }
a { background-color: rgb(48,64,214); }
div.DivClassName
{
background-color: #3040D6;
}
.BgClassName
{
background-color: #3040D6;
}
</style>
border-color css
<style>
span { border-color: #3040D6; }
span { border-color: rgb(48,64,214); }
td.TdClassName
{
border-color: #3040D6;
}
.TagClassName
{
border-color: #3040D6;
}
</style>