Shades of Free Speech Blue #3344CF
Tints of Free Speech Blue #3344CF
RGB
CMYK
RGB Variations
Color information
#3344CF (or 0x3344CF) is known color: Free Speech Blue. HEX triplet: 33, 44 and CF. RGB value is (51,68,207). Sum of RGB (Red+Green+Blue) = 51+68+207=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #3344CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344CF is #CCBB30. Grayscale: #4E4E4E. Windows color (decimal): -13417265 or 13583411. OLE color: 13583411.
HSL color Cylindrical-coordinate representation of color #3344CF: hue angle of 233.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3344CF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 68 | 207 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.19 |
| HSL | 233.46º | 0.62% | 0.51% | - |
| HSV(B) | 233.46º | 0.75% | 0.81% | - |
| XYZ | 14.69 | 9.34 | 60.06 | - |
| YUV | 78.76 | 200.37 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 207 | 0.75 | 0.67 | 0 | 0.19 | 233.46 | 0.62 | 0.51 |
| Hex | 33 | 44 | CF | 4B | 43 | 0 | 13 | E9 | 3E | 33 |
| Octal | 63 | 104 | 317 | 113 | 103 | 0 | 23 | 351 | 76 | 63 |
| Binary | 110011 | 1000100 | 11001111 | 1001011 | 1000011 | 0 | 10011 | 11101001 | 111110 | 110011 |
Color Harmonies of #3344CF
Complementary color
Monochromatic Colors of #3344CF
Black with #3344CF
Text Example
Text Example
White with #3344CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344CF; }
p { color: rgb(51,68,207); }
H1.HeaderClassName
{
color: #3344CF;
}
.AnyTagClassName
{
color: #3344CF;
}
</style>
background-color css
<style>
a { background-color: #3344CF; }
a { background-color: rgb(51,68,207); }
div.DivClassName
{
background-color: #3344CF;
}
.BgClassName
{
background-color: #3344CF;
}
</style>
border-color css
<style>
span { border-color: #3344CF; }
span { border-color: rgb(51,68,207); }
td.TdClassName
{
border-color: #3344CF;
}
.TagClassName
{
border-color: #3344CF;
}
</style>