Shades of Free Speech Blue #4033BE
Tints of Free Speech Blue #4033BE
RGB
CMYK
RGB Variations
Color information
#4033BE (or 0x4033BE) is known color: Free Speech Blue. HEX triplet: 40, 33 and BE. RGB value is (64,51,190). Sum of RGB (Red+Green+Blue) = 64+51+190=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #4033BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033BE is #BFCC41. Grayscale: #464646. Windows color (decimal): -12569666 or 12464960. OLE color: 12464960.
HSL color Cylindrical-coordinate representation of color #4033BE: hue angle of 245.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4033BE is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 51 | 190 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.25 |
| HSL | 245.61º | 0.58% | 0.47% | - |
| HSV(B) | 245.61º | 0.73% | 0.75% | - |
| XYZ | 12.59 | 7.18 | 49.44 | - |
| YUV | 70.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 190 | 0.66 | 0.73 | 0 | 0.25 | 245.61 | 0.58 | 0.47 |
| Hex | 40 | 33 | BE | 42 | 49 | 0 | 19 | F6 | 3A | 2F |
| Octal | 100 | 63 | 276 | 102 | 111 | 0 | 31 | 366 | 72 | 57 |
| Binary | 1000000 | 110011 | 10111110 | 1000010 | 1001001 | 0 | 11001 | 11110110 | 111010 | 101111 |
Color Harmonies of #4033BE
Complementary color
Monochromatic Colors of #4033BE
Black with #4033BE
Text Example
Text Example
White with #4033BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033BE; }
p { color: rgb(64,51,190); }
H1.HeaderClassName
{
color: #4033BE;
}
.AnyTagClassName
{
color: #4033BE;
}
</style>
background-color css
<style>
a { background-color: #4033BE; }
a { background-color: rgb(64,51,190); }
div.DivClassName
{
background-color: #4033BE;
}
.BgClassName
{
background-color: #4033BE;
}
</style>
border-color css
<style>
span { border-color: #4033BE; }
span { border-color: rgb(64,51,190); }
td.TdClassName
{
border-color: #4033BE;
}
.TagClassName
{
border-color: #4033BE;
}
</style>