Shades of Free Speech Blue #4237CB
Tints of Free Speech Blue #4237CB
RGB
CMYK
RGB Variations
Color information
#4237CB (or 0x4237CB) is known color: Free Speech Blue. HEX triplet: 42, 37 and CB. RGB value is (66,55,203). Sum of RGB (Red+Green+Blue) = 66+55+203=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4237CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237CB is #BDC834. Grayscale: #4A4A4A. Windows color (decimal): -12437557 or 13317954. OLE color: 13317954.
HSL color Cylindrical-coordinate representation of color #4237CB: hue angle of 244.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4237CB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 55 | 203 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.20 |
| HSL | 244.46º | 0.59% | 0.51% | - |
| HSV(B) | 244.46º | 0.73% | 0.8% | - |
| XYZ | 14.39 | 8.2 | 57.32 | - |
| YUV | 75.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 203 | 0.67 | 0.73 | 0 | 0.20 | 244.46 | 0.59 | 0.51 |
| Hex | 42 | 37 | CB | 43 | 49 | 0 | 14 | F4 | 3B | 33 |
| Octal | 102 | 67 | 313 | 103 | 111 | 0 | 24 | 364 | 73 | 63 |
| Binary | 1000010 | 110111 | 11001011 | 1000011 | 1001001 | 0 | 10100 | 11110100 | 111011 | 110011 |
Color Harmonies of #4237CB
Complementary color
Monochromatic Colors of #4237CB
Black with #4237CB
Text Example
Text Example
White with #4237CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237CB; }
p { color: rgb(66,55,203); }
H1.HeaderClassName
{
color: #4237CB;
}
.AnyTagClassName
{
color: #4237CB;
}
</style>
background-color css
<style>
a { background-color: #4237CB; }
a { background-color: rgb(66,55,203); }
div.DivClassName
{
background-color: #4237CB;
}
.BgClassName
{
background-color: #4237CB;
}
</style>
border-color css
<style>
span { border-color: #4237CB; }
span { border-color: rgb(66,55,203); }
td.TdClassName
{
border-color: #4237CB;
}
.TagClassName
{
border-color: #4237CB;
}
</style>