Shades of Free Speech Blue #3142CF
Tints of Free Speech Blue #3142CF
RGB
CMYK
RGB Variations
Color information
#3142CF (or 0x3142CF) is known color: Free Speech Blue. HEX triplet: 31, 42 and CF. RGB value is (49,66,207). Sum of RGB (Red+Green+Blue) = 49+66+207=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #3142CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142CF is #CEBD30. Grayscale: #4C4C4C. Windows color (decimal): -13548849 or 13582897. OLE color: 13582897.
HSL color Cylindrical-coordinate representation of color #3142CF: hue angle of 233.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3142CF is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 66 | 207 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.19 |
| HSL | 233.54º | 0.62% | 0.5% | - |
| HSV(B) | 233.54º | 0.76% | 0.81% | - |
| XYZ | 14.48 | 9.05 | 60.02 | - |
| YUV | 76.99 | 201.37 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 207 | 0.76 | 0.68 | 0 | 0.19 | 233.54 | 0.62 | 0.5 |
| Hex | 31 | 42 | CF | 4C | 44 | 0 | 13 | EA | 3E | 32 |
| Octal | 61 | 102 | 317 | 114 | 104 | 0 | 23 | 352 | 76 | 62 |
| Binary | 110001 | 1000010 | 11001111 | 1001100 | 1000100 | 0 | 10011 | 11101010 | 111110 | 110010 |
Color Harmonies of #3142CF
Complementary color
Monochromatic Colors of #3142CF
Black with #3142CF
Text Example
Text Example
White with #3142CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142CF; }
p { color: rgb(49,66,207); }
H1.HeaderClassName
{
color: #3142CF;
}
.AnyTagClassName
{
color: #3142CF;
}
</style>
background-color css
<style>
a { background-color: #3142CF; }
a { background-color: rgb(49,66,207); }
div.DivClassName
{
background-color: #3142CF;
}
.BgClassName
{
background-color: #3142CF;
}
</style>
border-color css
<style>
span { border-color: #3142CF; }
span { border-color: rgb(49,66,207); }
td.TdClassName
{
border-color: #3142CF;
}
.TagClassName
{
border-color: #3142CF;
}
</style>