Shades of Free Speech Blue #3A4CCF
Tints of Free Speech Blue #3A4CCF
RGB
CMYK
RGB Variations
Color information
#3A4CCF (or 0x3A4CCF) is known color: Free Speech Blue. HEX triplet: 3A, 4C and CF. RGB value is (58,76,207). Sum of RGB (Red+Green+Blue) = 58+76+207=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A4CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4CCF is #C5B330. Grayscale: #555555. Windows color (decimal): -12956465 or 13585466. OLE color: 13585466.
HSL color Cylindrical-coordinate representation of color #3A4CCF: hue angle of 232.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4CCF is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 76 | 207 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.19 |
| HSL | 232.75º | 0.61% | 0.52% | - |
| HSV(B) | 232.75º | 0.72% | 0.81% | - |
| XYZ | 15.59 | 10.57 | 60.25 | - |
| YUV | 85.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 207 | 0.72 | 0.63 | 0 | 0.19 | 232.75 | 0.61 | 0.52 |
| Hex | 3A | 4C | CF | 48 | 3F | 0 | 13 | E9 | 3D | 34 |
| Octal | 72 | 114 | 317 | 110 | 77 | 0 | 23 | 351 | 75 | 64 |
| Binary | 111010 | 1001100 | 11001111 | 1001000 | 111111 | 0 | 10011 | 11101001 | 111101 | 110100 |
Color Harmonies of #3A4CCF
Complementary color
Monochromatic Colors of #3A4CCF
Black with #3A4CCF
Text Example
Text Example
White with #3A4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CCF; }
p { color: rgb(58,76,207); }
H1.HeaderClassName
{
color: #3A4CCF;
}
.AnyTagClassName
{
color: #3A4CCF;
}
</style>
background-color css
<style>
a { background-color: #3A4CCF; }
a { background-color: rgb(58,76,207); }
div.DivClassName
{
background-color: #3A4CCF;
}
.BgClassName
{
background-color: #3A4CCF;
}
</style>
border-color css
<style>
span { border-color: #3A4CCF; }
span { border-color: rgb(58,76,207); }
td.TdClassName
{
border-color: #3A4CCF;
}
.TagClassName
{
border-color: #3A4CCF;
}
</style>