Shades of Free Speech Blue #3041D8
Tints of Free Speech Blue #3041D8
RGB
CMYK
RGB Variations
Color information
#3041D8 (or 0x3041D8) is known color: Free Speech Blue. HEX triplet: 30, 41 and D8. RGB value is (48,65,216). Sum of RGB (Red+Green+Blue) = 48+65+216=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #3041D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041D8 is #CFBE27. Grayscale: #4C4C4C. Windows color (decimal): -13614632 or 14172464. OLE color: 14172464.
HSL color Cylindrical-coordinate representation of color #3041D8: hue angle of 233.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3041D8 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 65 | 216 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.15 |
| HSL | 233.93º | 0.68% | 0.52% | - |
| HSV(B) | 233.93º | 0.78% | 0.85% | - |
| XYZ | 15.5 | 9.37 | 65.96 | - |
| YUV | 77.13 | 206.37 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 216 | 0.78 | 0.70 | 0 | 0.15 | 233.93 | 0.68 | 0.52 |
| Hex | 30 | 41 | D8 | 4E | 46 | 0 | F | EA | 44 | 34 |
| Octal | 60 | 101 | 330 | 116 | 106 | 0 | 17 | 352 | 104 | 64 |
| Binary | 110000 | 1000001 | 11011000 | 1001110 | 1000110 | 0 | 1111 | 11101010 | 1000100 | 110100 |
Color Harmonies of #3041D8
Complementary color
Monochromatic Colors of #3041D8
Black with #3041D8
Text Example
Text Example
White with #3041D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3041D8; }
p { color: rgb(48,65,216); }
H1.HeaderClassName
{
color: #3041D8;
}
.AnyTagClassName
{
color: #3041D8;
}
</style>
background-color css
<style>
a { background-color: #3041D8; }
a { background-color: rgb(48,65,216); }
div.DivClassName
{
background-color: #3041D8;
}
.BgClassName
{
background-color: #3041D8;
}
</style>
border-color css
<style>
span { border-color: #3041D8; }
span { border-color: rgb(48,65,216); }
td.TdClassName
{
border-color: #3041D8;
}
.TagClassName
{
border-color: #3041D8;
}
</style>