Shades of Free Speech Blue #4235BB
Tints of Free Speech Blue #4235BB
RGB
CMYK
RGB Variations
Color information
#4235BB (or 0x4235BB) is known color: Free Speech Blue. HEX triplet: 42, 35 and BB. RGB value is (66,53,187). Sum of RGB (Red+Green+Blue) = 66+53+187=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #4235BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4235BB is #BDCA44. Grayscale: #474747. Windows color (decimal): -12438085 or 12268866. OLE color: 12268866.
HSL color Cylindrical-coordinate representation of color #4235BB: hue angle of 245.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4235BB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 53 | 187 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.27 |
| HSL | 245.82º | 0.56% | 0.47% | - |
| HSV(B) | 245.82º | 0.72% | 0.73% | - |
| XYZ | 12.49 | 7.29 | 47.76 | - |
| YUV | 72.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 187 | 0.65 | 0.72 | 0 | 0.27 | 245.82 | 0.56 | 0.47 |
| Hex | 42 | 35 | BB | 41 | 48 | 0 | 1B | F6 | 38 | 2F |
| Octal | 102 | 65 | 273 | 101 | 110 | 0 | 33 | 366 | 70 | 57 |
| Binary | 1000010 | 110101 | 10111011 | 1000001 | 1001000 | 0 | 11011 | 11110110 | 111000 | 101111 |
Color Harmonies of #4235BB
Complementary color
Monochromatic Colors of #4235BB
Black with #4235BB
Text Example
Text Example
White with #4235BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4235BB; }
p { color: rgb(66,53,187); }
H1.HeaderClassName
{
color: #4235BB;
}
.AnyTagClassName
{
color: #4235BB;
}
</style>
background-color css
<style>
a { background-color: #4235BB; }
a { background-color: rgb(66,53,187); }
div.DivClassName
{
background-color: #4235BB;
}
.BgClassName
{
background-color: #4235BB;
}
</style>
border-color css
<style>
span { border-color: #4235BB; }
span { border-color: rgb(66,53,187); }
td.TdClassName
{
border-color: #4235BB;
}
.TagClassName
{
border-color: #4235BB;
}
</style>