Shades of Free Speech Blue #3253CE
Tints of Free Speech Blue #3253CE
RGB
CMYK
RGB Variations
Color information
#3253CE (or 0x3253CE) is known color: Free Speech Blue. HEX triplet: 32, 53 and CE. RGB value is (50,83,206). Sum of RGB (Red+Green+Blue) = 50+83+206=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3253CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3253CE is #CDAC31. Grayscale: #565656. Windows color (decimal): -13478962 or 13521714. OLE color: 13521714.
HSL color Cylindrical-coordinate representation of color #3253CE: hue angle of 227.31º degrees, saturation: 0.61, 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 #3253CE is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 83 | 206 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.19 |
| HSL | 227.31º | 0.61% | 0.5% | - |
| HSV(B) | 227.31º | 0.76% | 0.81% | - |
| XYZ | 15.55 | 11.32 | 59.76 | - |
| YUV | 87.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 206 | 0.76 | 0.60 | 0 | 0.19 | 227.31 | 0.61 | 0.5 |
| Hex | 32 | 53 | CE | 4C | 3C | 0 | 13 | E3 | 3D | 32 |
| Octal | 62 | 123 | 316 | 114 | 74 | 0 | 23 | 343 | 75 | 62 |
| Binary | 110010 | 1010011 | 11001110 | 1001100 | 111100 | 0 | 10011 | 11100011 | 111101 | 110010 |
Color Harmonies of #3253CE
Complementary color
Monochromatic Colors of #3253CE
Black with #3253CE
Text Example
Text Example
White with #3253CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3253CE; }
p { color: rgb(50,83,206); }
H1.HeaderClassName
{
color: #3253CE;
}
.AnyTagClassName
{
color: #3253CE;
}
</style>
background-color css
<style>
a { background-color: #3253CE; }
a { background-color: rgb(50,83,206); }
div.DivClassName
{
background-color: #3253CE;
}
.BgClassName
{
background-color: #3253CE;
}
</style>
border-color css
<style>
span { border-color: #3253CE; }
span { border-color: rgb(50,83,206); }
td.TdClassName
{
border-color: #3253CE;
}
.TagClassName
{
border-color: #3253CE;
}
</style>