Shades of Free Speech Blue #4362BF
Tints of Free Speech Blue #4362BF
RGB
CMYK
RGB Variations
Color information
#4362BF (or 0x4362BF) is known color: Free Speech Blue. HEX triplet: 43, 62 and BF. RGB value is (67,98,191). Sum of RGB (Red+Green+Blue) = 67+98+191=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #4362BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4362BF is #BC9D40. Grayscale: #626262. Windows color (decimal): -12361025 or 12542531. OLE color: 12542531.
HSL color Cylindrical-coordinate representation of color #4362BF: hue angle of 225º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4362BF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 98 | 191 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.25 |
| HSL | 225º | 0.49% | 0.51% | - |
| HSV(B) | 225º | 0.65% | 0.75% | - |
| XYZ | 16.09 | 13.69 | 51.08 | - |
| YUV | 99.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 191 | 0.65 | 0.49 | 0 | 0.25 | 225 | 0.49 | 0.51 |
| Hex | 43 | 62 | BF | 41 | 31 | 0 | 19 | E1 | 31 | 33 |
| Octal | 103 | 142 | 277 | 101 | 61 | 0 | 31 | 341 | 61 | 63 |
| Binary | 1000011 | 1100010 | 10111111 | 1000001 | 110001 | 0 | 11001 | 11100001 | 110001 | 110011 |
Color Harmonies of #4362BF
Complementary color
Monochromatic Colors of #4362BF
Black with #4362BF
Text Example
Text Example
White with #4362BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4362BF; }
p { color: rgb(67,98,191); }
H1.HeaderClassName
{
color: #4362BF;
}
.AnyTagClassName
{
color: #4362BF;
}
</style>
background-color css
<style>
a { background-color: #4362BF; }
a { background-color: rgb(67,98,191); }
div.DivClassName
{
background-color: #4362BF;
}
.BgClassName
{
background-color: #4362BF;
}
</style>
border-color css
<style>
span { border-color: #4362BF; }
span { border-color: rgb(67,98,191); }
td.TdClassName
{
border-color: #4362BF;
}
.TagClassName
{
border-color: #4362BF;
}
</style>