Shades of Free Speech Blue #4237DB
Tints of Free Speech Blue #4237DB
RGB
CMYK
RGB Variations
Color information
#4237DB (or 0x4237DB) is known color: Free Speech Blue. HEX triplet: 42, 37 and DB. RGB value is (66,55,219). Sum of RGB (Red+Green+Blue) = 66+55+219=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4237DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237DB is #BDC824. Grayscale: #4C4C4C. Windows color (decimal): -12437541 or 14366530. OLE color: 14366530.
HSL color Cylindrical-coordinate representation of color #4237DB: hue angle of 244.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4237DB is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 55 | 219 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.14 |
| HSL | 244.02º | 0.69% | 0.54% | - |
| HSV(B) | 244.02º | 0.75% | 0.86% | - |
| XYZ | 16.4 | 9.01 | 67.89 | - |
| YUV | 76.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 219 | 0.70 | 0.75 | 0 | 0.14 | 244.02 | 0.69 | 0.54 |
| Hex | 42 | 37 | DB | 46 | 4B | 0 | E | F4 | 45 | 36 |
| Octal | 102 | 67 | 333 | 106 | 113 | 0 | 16 | 364 | 105 | 66 |
| Binary | 1000010 | 110111 | 11011011 | 1000110 | 1001011 | 0 | 1110 | 11110100 | 1000101 | 110110 |
Color Harmonies of #4237DB
Complementary color
Monochromatic Colors of #4237DB
Black with #4237DB
Text Example
Text Example
White with #4237DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237DB; }
p { color: rgb(66,55,219); }
H1.HeaderClassName
{
color: #4237DB;
}
.AnyTagClassName
{
color: #4237DB;
}
</style>
background-color css
<style>
a { background-color: #4237DB; }
a { background-color: rgb(66,55,219); }
div.DivClassName
{
background-color: #4237DB;
}
.BgClassName
{
background-color: #4237DB;
}
</style>
border-color css
<style>
span { border-color: #4237DB; }
span { border-color: rgb(66,55,219); }
td.TdClassName
{
border-color: #4237DB;
}
.TagClassName
{
border-color: #4237DB;
}
</style>