Shades of Free Speech Blue #3462CE
Tints of Free Speech Blue #3462CE
RGB
CMYK
RGB Variations
Color information
#3462CE (or 0x3462CE) is known color: Free Speech Blue. HEX triplet: 34, 62 and CE. RGB value is (52,98,206). Sum of RGB (Red+Green+Blue) = 52+98+206=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3462CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462CE is #CB9D31. Grayscale: #606060. Windows color (decimal): -13344050 or 13525556. OLE color: 13525556.
HSL color Cylindrical-coordinate representation of color #3462CE: hue angle of 222.08º 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 #3462CE is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 98 | 206 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.19 |
| HSL | 222.08º | 0.61% | 0.51% | - |
| HSV(B) | 222.08º | 0.75% | 0.81% | - |
| XYZ | 16.92 | 13.92 | 60.19 | - |
| YUV | 96.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 206 | 0.75 | 0.52 | 0 | 0.19 | 222.08 | 0.61 | 0.51 |
| Hex | 34 | 62 | CE | 4B | 34 | 0 | 13 | DE | 3D | 33 |
| Octal | 64 | 142 | 316 | 113 | 64 | 0 | 23 | 336 | 75 | 63 |
| Binary | 110100 | 1100010 | 11001110 | 1001011 | 110100 | 0 | 10011 | 11011110 | 111101 | 110011 |
Color Harmonies of #3462CE
Complementary color
Monochromatic Colors of #3462CE
Black with #3462CE
Text Example
Text Example
White with #3462CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3462CE; }
p { color: rgb(52,98,206); }
H1.HeaderClassName
{
color: #3462CE;
}
.AnyTagClassName
{
color: #3462CE;
}
</style>
background-color css
<style>
a { background-color: #3462CE; }
a { background-color: rgb(52,98,206); }
div.DivClassName
{
background-color: #3462CE;
}
.BgClassName
{
background-color: #3462CE;
}
</style>
border-color css
<style>
span { border-color: #3462CE; }
span { border-color: rgb(52,98,206); }
td.TdClassName
{
border-color: #3462CE;
}
.TagClassName
{
border-color: #3462CE;
}
</style>