Shades of Free Speech Blue #323FCB
Tints of Free Speech Blue #323FCB
RGB
CMYK
RGB Variations
Color information
#323FCB (or 0x323FCB) is known color: Free Speech Blue. HEX triplet: 32, 3F and CB. RGB value is (50,63,203). Sum of RGB (Red+Green+Blue) = 50+63+203=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #323FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FCB is #CDC034. Grayscale: #4A4A4A. Windows color (decimal): -13484085 or 13319986. OLE color: 13319986.
HSL color Cylindrical-coordinate representation of color #323FCB: hue angle of 234.9º 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 #323FCB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 63 | 203 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.20 |
| HSL | 234.9º | 0.6% | 0.5% | - |
| HSV(B) | 234.9º | 0.75% | 0.8% | - |
| XYZ | 13.87 | 8.54 | 57.42 | - |
| YUV | 75.07 | 200.19 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 203 | 0.75 | 0.69 | 0 | 0.20 | 234.9 | 0.6 | 0.5 |
| Hex | 32 | 3F | CB | 4B | 45 | 0 | 14 | EB | 3C | 32 |
| Octal | 62 | 77 | 313 | 113 | 105 | 0 | 24 | 353 | 74 | 62 |
| Binary | 110010 | 111111 | 11001011 | 1001011 | 1000101 | 0 | 10100 | 11101011 | 111100 | 110010 |
Color Harmonies of #323FCB
Complementary color
Monochromatic Colors of #323FCB
Black with #323FCB
Text Example
Text Example
White with #323FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FCB; }
p { color: rgb(50,63,203); }
H1.HeaderClassName
{
color: #323FCB;
}
.AnyTagClassName
{
color: #323FCB;
}
</style>
background-color css
<style>
a { background-color: #323FCB; }
a { background-color: rgb(50,63,203); }
div.DivClassName
{
background-color: #323FCB;
}
.BgClassName
{
background-color: #323FCB;
}
</style>
border-color css
<style>
span { border-color: #323FCB; }
span { border-color: rgb(50,63,203); }
td.TdClassName
{
border-color: #323FCB;
}
.TagClassName
{
border-color: #323FCB;
}
</style>