Shades of Free Speech Blue #4033BB
Tints of Free Speech Blue #4033BB
RGB
CMYK
RGB Variations
Color information
#4033BB (or 0x4033BB) is known color: Free Speech Blue. HEX triplet: 40, 33 and BB. RGB value is (64,51,187). Sum of RGB (Red+Green+Blue) = 64+51+187=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #4033BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033BB is #BFCC44. Grayscale: #454545. Windows color (decimal): -12569669 or 12268352. OLE color: 12268352.
HSL color Cylindrical-coordinate representation of color #4033BB: hue angle of 245.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4033BB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 51 | 187 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.27 |
| HSL | 245.74º | 0.57% | 0.47% | - |
| HSV(B) | 245.74º | 0.73% | 0.73% | - |
| XYZ | 12.27 | 7.05 | 47.73 | - |
| YUV | 70.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 187 | 0.66 | 0.73 | 0 | 0.27 | 245.74 | 0.57 | 0.47 |
| Hex | 40 | 33 | BB | 42 | 49 | 0 | 1B | F6 | 39 | 2F |
| Octal | 100 | 63 | 273 | 102 | 111 | 0 | 33 | 366 | 71 | 57 |
| Binary | 1000000 | 110011 | 10111011 | 1000010 | 1001001 | 0 | 11011 | 11110110 | 111001 | 101111 |
Color Harmonies of #4033BB
Complementary color
Monochromatic Colors of #4033BB
Black with #4033BB
Text Example
Text Example
White with #4033BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033BB; }
p { color: rgb(64,51,187); }
H1.HeaderClassName
{
color: #4033BB;
}
.AnyTagClassName
{
color: #4033BB;
}
</style>
background-color css
<style>
a { background-color: #4033BB; }
a { background-color: rgb(64,51,187); }
div.DivClassName
{
background-color: #4033BB;
}
.BgClassName
{
background-color: #4033BB;
}
</style>
border-color css
<style>
span { border-color: #4033BB; }
span { border-color: rgb(64,51,187); }
td.TdClassName
{
border-color: #4033BB;
}
.TagClassName
{
border-color: #4033BB;
}
</style>