Shades of Free Speech Blue #4034CB
Tints of Free Speech Blue #4034CB
RGB
CMYK
RGB Variations
Color information
#4034CB (or 0x4034CB) is known color: Free Speech Blue. HEX triplet: 40, 34 and CB. RGB value is (64,52,203). Sum of RGB (Red+Green+Blue) = 64+52+203=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #4034CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4034CB is #BFCB34. Grayscale: #484848. Windows color (decimal): -12569397 or 13317184. OLE color: 13317184.
HSL color Cylindrical-coordinate representation of color #4034CB: hue angle of 244.77º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4034CB is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 52 | 203 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.20 |
| HSL | 244.77º | 0.59% | 0.5% | - |
| HSV(B) | 244.77º | 0.74% | 0.8% | - |
| XYZ | 14.12 | 7.86 | 57.27 | - |
| YUV | 72.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 203 | 0.68 | 0.74 | 0 | 0.20 | 244.77 | 0.59 | 0.5 |
| Hex | 40 | 34 | CB | 44 | 4A | 0 | 14 | F5 | 3B | 32 |
| Octal | 100 | 64 | 313 | 104 | 112 | 0 | 24 | 365 | 73 | 62 |
| Binary | 1000000 | 110100 | 11001011 | 1000100 | 1001010 | 0 | 10100 | 11110101 | 111011 | 110010 |
Color Harmonies of #4034CB
Complementary color
Monochromatic Colors of #4034CB
Black with #4034CB
Text Example
Text Example
White with #4034CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034CB; }
p { color: rgb(64,52,203); }
H1.HeaderClassName
{
color: #4034CB;
}
.AnyTagClassName
{
color: #4034CB;
}
</style>
background-color css
<style>
a { background-color: #4034CB; }
a { background-color: rgb(64,52,203); }
div.DivClassName
{
background-color: #4034CB;
}
.BgClassName
{
background-color: #4034CB;
}
</style>
border-color css
<style>
span { border-color: #4034CB; }
span { border-color: rgb(64,52,203); }
td.TdClassName
{
border-color: #4034CB;
}
.TagClassName
{
border-color: #4034CB;
}
</style>