Shades of Free Speech Blue #4237BC
Tints of Free Speech Blue #4237BC
RGB
CMYK
RGB Variations
Color information
#4237BC (or 0x4237BC) is known color: Free Speech Blue. HEX triplet: 42, 37 and BC. RGB value is (66,55,188). Sum of RGB (Red+Green+Blue) = 66+55+188=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #4237BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237BC is #BDC843. Grayscale: #484848. Windows color (decimal): -12437572 or 12334914. OLE color: 12334914.
HSL color Cylindrical-coordinate representation of color #4237BC: hue angle of 244.96º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4237BC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 55 | 188 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.26 |
| HSL | 244.96º | 0.55% | 0.48% | - |
| HSV(B) | 244.96º | 0.71% | 0.74% | - |
| XYZ | 12.69 | 7.52 | 48.36 | - |
| YUV | 73.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 188 | 0.65 | 0.71 | 0 | 0.26 | 244.96 | 0.55 | 0.48 |
| Hex | 42 | 37 | BC | 41 | 47 | 0 | 1A | F5 | 37 | 30 |
| Octal | 102 | 67 | 274 | 101 | 107 | 0 | 32 | 365 | 67 | 60 |
| Binary | 1000010 | 110111 | 10111100 | 1000001 | 1000111 | 0 | 11010 | 11110101 | 110111 | 110000 |
Color Harmonies of #4237BC
Complementary color
Monochromatic Colors of #4237BC
Black with #4237BC
Text Example
Text Example
White with #4237BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237BC; }
p { color: rgb(66,55,188); }
H1.HeaderClassName
{
color: #4237BC;
}
.AnyTagClassName
{
color: #4237BC;
}
</style>
background-color css
<style>
a { background-color: #4237BC; }
a { background-color: rgb(66,55,188); }
div.DivClassName
{
background-color: #4237BC;
}
.BgClassName
{
background-color: #4237BC;
}
</style>
border-color css
<style>
span { border-color: #4237BC; }
span { border-color: rgb(66,55,188); }
td.TdClassName
{
border-color: #4237BC;
}
.TagClassName
{
border-color: #4237BC;
}
</style>