Shades of Free Speech Blue #3255CE
Tints of Free Speech Blue #3255CE
RGB
CMYK
RGB Variations
Color information
#3255CE (or 0x3255CE) is known color: Free Speech Blue. HEX triplet: 32, 55 and CE. RGB value is (50,85,206). Sum of RGB (Red+Green+Blue) = 50+85+206=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3255CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255CE is #CDAA31. Grayscale: #575757. Windows color (decimal): -13478450 or 13522226. OLE color: 13522226.
HSL color Cylindrical-coordinate representation of color #3255CE: hue angle of 226.54º 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 #3255CE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 85 | 206 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.19 |
| HSL | 226.54º | 0.61% | 0.5% | - |
| HSV(B) | 226.54º | 0.76% | 0.81% | - |
| XYZ | 15.7 | 11.63 | 59.81 | - |
| YUV | 88.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 206 | 0.76 | 0.59 | 0 | 0.19 | 226.54 | 0.61 | 0.5 |
| Hex | 32 | 55 | CE | 4C | 3B | 0 | 13 | E3 | 3D | 32 |
| Octal | 62 | 125 | 316 | 114 | 73 | 0 | 23 | 343 | 75 | 62 |
| Binary | 110010 | 1010101 | 11001110 | 1001100 | 111011 | 0 | 10011 | 11100011 | 111101 | 110010 |
Color Harmonies of #3255CE
Complementary color
Monochromatic Colors of #3255CE
Black with #3255CE
Text Example
Text Example
White with #3255CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255CE; }
p { color: rgb(50,85,206); }
H1.HeaderClassName
{
color: #3255CE;
}
.AnyTagClassName
{
color: #3255CE;
}
</style>
background-color css
<style>
a { background-color: #3255CE; }
a { background-color: rgb(50,85,206); }
div.DivClassName
{
background-color: #3255CE;
}
.BgClassName
{
background-color: #3255CE;
}
</style>
border-color css
<style>
span { border-color: #3255CE; }
span { border-color: rgb(50,85,206); }
td.TdClassName
{
border-color: #3255CE;
}
.TagClassName
{
border-color: #3255CE;
}
</style>