Shades of Free Speech Blue #4237BA
Tints of Free Speech Blue #4237BA
RGB
CMYK
RGB Variations
Color information
#4237BA (or 0x4237BA) is known color: Free Speech Blue. HEX triplet: 42, 37 and BA. RGB value is (66,55,186). Sum of RGB (Red+Green+Blue) = 66+55+186=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #4237BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237BA is #BDC845. Grayscale: #484848. Windows color (decimal): -12437574 or 12203842. OLE color: 12203842.
HSL color Cylindrical-coordinate representation of color #4237BA: hue angle of 245.04º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4237BA is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 55 | 186 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.27 |
| HSL | 245.04º | 0.54% | 0.47% | - |
| HSV(B) | 245.04º | 0.7% | 0.73% | - |
| XYZ | 12.48 | 7.44 | 47.23 | - |
| YUV | 73.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 186 | 0.65 | 0.70 | 0 | 0.27 | 245.04 | 0.54 | 0.47 |
| Hex | 42 | 37 | BA | 41 | 46 | 0 | 1B | F5 | 36 | 2F |
| Octal | 102 | 67 | 272 | 101 | 106 | 0 | 33 | 365 | 66 | 57 |
| Binary | 1000010 | 110111 | 10111010 | 1000001 | 1000110 | 0 | 11011 | 11110101 | 110110 | 101111 |
Color Harmonies of #4237BA
Complementary color
Monochromatic Colors of #4237BA
Black with #4237BA
Text Example
Text Example
White with #4237BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237BA; }
p { color: rgb(66,55,186); }
H1.HeaderClassName
{
color: #4237BA;
}
.AnyTagClassName
{
color: #4237BA;
}
</style>
background-color css
<style>
a { background-color: #4237BA; }
a { background-color: rgb(66,55,186); }
div.DivClassName
{
background-color: #4237BA;
}
.BgClassName
{
background-color: #4237BA;
}
</style>
border-color css
<style>
span { border-color: #4237BA; }
span { border-color: rgb(66,55,186); }
td.TdClassName
{
border-color: #4237BA;
}
.TagClassName
{
border-color: #4237BA;
}
</style>