Shades of Free Speech Blue #3460CE
Tints of Free Speech Blue #3460CE
RGB
CMYK
RGB Variations
Color information
#3460CE (or 0x3460CE) is known color: Free Speech Blue. HEX triplet: 34, 60 and CE. RGB value is (52,96,206). Sum of RGB (Red+Green+Blue) = 52+96+206=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #3460CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460CE is #CB9F31. Grayscale: #5E5E5E. Windows color (decimal): -13344562 or 13525044. OLE color: 13525044.
HSL color Cylindrical-coordinate representation of color #3460CE: hue angle of 222.86º degrees, saturation: 0.61, 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 #3460CE is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 96 | 206 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.19 |
| HSL | 222.86º | 0.61% | 0.51% | - |
| HSV(B) | 222.86º | 0.75% | 0.81% | - |
| XYZ | 16.74 | 13.55 | 60.13 | - |
| YUV | 95.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 206 | 0.75 | 0.53 | 0 | 0.19 | 222.86 | 0.61 | 0.51 |
| Hex | 34 | 60 | CE | 4B | 35 | 0 | 13 | DF | 3D | 33 |
| Octal | 64 | 140 | 316 | 113 | 65 | 0 | 23 | 337 | 75 | 63 |
| Binary | 110100 | 1100000 | 11001110 | 1001011 | 110101 | 0 | 10011 | 11011111 | 111101 | 110011 |
Color Harmonies of #3460CE
Complementary color
Monochromatic Colors of #3460CE
Black with #3460CE
Text Example
Text Example
White with #3460CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460CE; }
p { color: rgb(52,96,206); }
H1.HeaderClassName
{
color: #3460CE;
}
.AnyTagClassName
{
color: #3460CE;
}
</style>
background-color css
<style>
a { background-color: #3460CE; }
a { background-color: rgb(52,96,206); }
div.DivClassName
{
background-color: #3460CE;
}
.BgClassName
{
background-color: #3460CE;
}
</style>
border-color css
<style>
span { border-color: #3460CE; }
span { border-color: rgb(52,96,206); }
td.TdClassName
{
border-color: #3460CE;
}
.TagClassName
{
border-color: #3460CE;
}
</style>