Shades of Free Speech Blue #4236BC
Tints of Free Speech Blue #4236BC
RGB
CMYK
RGB Variations
Color information
#4236BC (or 0x4236BC) is known color: Free Speech Blue. HEX triplet: 42, 36 and BC. RGB value is (66,54,188). Sum of RGB (Red+Green+Blue) = 66+54+188=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #4236BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4236BC is #BDC943. Grayscale: #484848. Windows color (decimal): -12437828 or 12334658. OLE color: 12334658.
HSL color Cylindrical-coordinate representation of color #4236BC: hue angle of 245.37º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4236BC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 54 | 188 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.26 |
| HSL | 245.37º | 0.55% | 0.47% | - |
| HSV(B) | 245.37º | 0.71% | 0.74% | - |
| XYZ | 12.64 | 7.43 | 48.34 | - |
| YUV | 72.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 188 | 0.65 | 0.71 | 0 | 0.26 | 245.37 | 0.55 | 0.47 |
| Hex | 42 | 36 | BC | 41 | 47 | 0 | 1A | F5 | 37 | 2F |
| Octal | 102 | 66 | 274 | 101 | 107 | 0 | 32 | 365 | 67 | 57 |
| Binary | 1000010 | 110110 | 10111100 | 1000001 | 1000111 | 0 | 11010 | 11110101 | 110111 | 101111 |
Color Harmonies of #4236BC
Complementary color
Monochromatic Colors of #4236BC
Black with #4236BC
Text Example
Text Example
White with #4236BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4236BC; }
p { color: rgb(66,54,188); }
H1.HeaderClassName
{
color: #4236BC;
}
.AnyTagClassName
{
color: #4236BC;
}
</style>
background-color css
<style>
a { background-color: #4236BC; }
a { background-color: rgb(66,54,188); }
div.DivClassName
{
background-color: #4236BC;
}
.BgClassName
{
background-color: #4236BC;
}
</style>
border-color css
<style>
span { border-color: #4236BC; }
span { border-color: rgb(66,54,188); }
td.TdClassName
{
border-color: #4236BC;
}
.TagClassName
{
border-color: #4236BC;
}
</style>