Shades of Free Speech Blue #4133CE
Tints of Free Speech Blue #4133CE
RGB
CMYK
RGB Variations
Color information
#4133CE (or 0x4133CE) is known color: Free Speech Blue. HEX triplet: 41, 33 and CE. RGB value is (65,51,206). Sum of RGB (Red+Green+Blue) = 65+51+206=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #4133CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133CE is #BECC31. Grayscale: #484848. Windows color (decimal): -12504114 or 13513537. OLE color: 13513537.
HSL color Cylindrical-coordinate representation of color #4133CE: hue angle of 245.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4133CE is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 51 | 206 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.19 |
| HSL | 245.42º | 0.61% | 0.5% | - |
| HSV(B) | 245.42º | 0.75% | 0.81% | - |
| XYZ | 14.5 | 7.95 | 59.16 | - |
| YUV | 72.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 206 | 0.68 | 0.75 | 0 | 0.19 | 245.42 | 0.61 | 0.5 |
| Hex | 41 | 33 | CE | 44 | 4B | 0 | 13 | F5 | 3D | 32 |
| Octal | 101 | 63 | 316 | 104 | 113 | 0 | 23 | 365 | 75 | 62 |
| Binary | 1000001 | 110011 | 11001110 | 1000100 | 1001011 | 0 | 10011 | 11110101 | 111101 | 110010 |
Color Harmonies of #4133CE
Complementary color
Monochromatic Colors of #4133CE
Black with #4133CE
Text Example
Text Example
White with #4133CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4133CE; }
p { color: rgb(65,51,206); }
H1.HeaderClassName
{
color: #4133CE;
}
.AnyTagClassName
{
color: #4133CE;
}
</style>
background-color css
<style>
a { background-color: #4133CE; }
a { background-color: rgb(65,51,206); }
div.DivClassName
{
background-color: #4133CE;
}
.BgClassName
{
background-color: #4133CE;
}
</style>
border-color css
<style>
span { border-color: #4133CE; }
span { border-color: rgb(65,51,206); }
td.TdClassName
{
border-color: #4133CE;
}
.TagClassName
{
border-color: #4133CE;
}
</style>