Shades of Free Speech Blue #4044CB
Tints of Free Speech Blue #4044CB
RGB
CMYK
RGB Variations
Color information
#4044CB (or 0x4044CB) is known color: Free Speech Blue. HEX triplet: 40, 44 and CB. RGB value is (64,68,203). Sum of RGB (Red+Green+Blue) = 64+68+203=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #4044CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4044CB is #BFBB34. Grayscale: #515151. Windows color (decimal): -12565301 or 13321280. OLE color: 13321280.
HSL color Cylindrical-coordinate representation of color #4044CB: hue angle of 238.27º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4044CB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 68 | 203 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.20 |
| HSL | 238.27º | 0.57% | 0.52% | - |
| HSV(B) | 238.27º | 0.68% | 0.8% | - |
| XYZ | 14.96 | 9.54 | 57.55 | - |
| YUV | 82.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 203 | 0.68 | 0.67 | 0 | 0.20 | 238.27 | 0.57 | 0.52 |
| Hex | 40 | 44 | CB | 44 | 43 | 0 | 14 | EE | 39 | 34 |
| Octal | 100 | 104 | 313 | 104 | 103 | 0 | 24 | 356 | 71 | 64 |
| Binary | 1000000 | 1000100 | 11001011 | 1000100 | 1000011 | 0 | 10100 | 11101110 | 111001 | 110100 |
Color Harmonies of #4044CB
Complementary color
Monochromatic Colors of #4044CB
Black with #4044CB
Text Example
Text Example
White with #4044CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044CB; }
p { color: rgb(64,68,203); }
H1.HeaderClassName
{
color: #4044CB;
}
.AnyTagClassName
{
color: #4044CB;
}
</style>
background-color css
<style>
a { background-color: #4044CB; }
a { background-color: rgb(64,68,203); }
div.DivClassName
{
background-color: #4044CB;
}
.BgClassName
{
background-color: #4044CB;
}
</style>
border-color css
<style>
span { border-color: #4044CB; }
span { border-color: rgb(64,68,203); }
td.TdClassName
{
border-color: #4044CB;
}
.TagClassName
{
border-color: #4044CB;
}
</style>