Shades of Free Speech Blue #3459CC
Tints of Free Speech Blue #3459CC
RGB
CMYK
RGB Variations
Color information
#3459CC (or 0x3459CC) is known color: Free Speech Blue. HEX triplet: 34, 59 and CC. RGB value is (52,89,204). Sum of RGB (Red+Green+Blue) = 52+89+204=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3459CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3459CC is #CBA633. Grayscale: #5A5A5A. Windows color (decimal): -13346356 or 13392180. OLE color: 13392180.
HSL color Cylindrical-coordinate representation of color #3459CC: hue angle of 225.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3459CC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 89 | 204 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.2 |
| HSL | 225.39º | 0.6% | 0.5% | - |
| HSV(B) | 225.39º | 0.75% | 0.8% | - |
| XYZ | 15.89 | 12.23 | 58.65 | - |
| YUV | 91.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 204 | 0.75 | 0.56 | 0 | 0.2 | 225.39 | 0.6 | 0.5 |
| Hex | 34 | 59 | CC | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 64 | 131 | 314 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110100 | 1011001 | 11001100 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #3459CC
Complementary color
Monochromatic Colors of #3459CC
Black with #3459CC
Text Example
Text Example
White with #3459CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3459CC; }
p { color: rgb(52,89,204); }
H1.HeaderClassName
{
color: #3459CC;
}
.AnyTagClassName
{
color: #3459CC;
}
</style>
background-color css
<style>
a { background-color: #3459CC; }
a { background-color: rgb(52,89,204); }
div.DivClassName
{
background-color: #3459CC;
}
.BgClassName
{
background-color: #3459CC;
}
</style>
border-color css
<style>
span { border-color: #3459CC; }
span { border-color: rgb(52,89,204); }
td.TdClassName
{
border-color: #3459CC;
}
.TagClassName
{
border-color: #3459CC;
}
</style>