Shades of Free Speech Blue #3463CB
Tints of Free Speech Blue #3463CB
RGB
CMYK
RGB Variations
Color information
#3463CB (or 0x3463CB) is known color: Free Speech Blue. HEX triplet: 34, 63 and CB. RGB value is (52,99,203). Sum of RGB (Red+Green+Blue) = 52+99+203=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3463CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463CB is #CB9C34. Grayscale: #606060. Windows color (decimal): -13343797 or 13329204. OLE color: 13329204.
HSL color Cylindrical-coordinate representation of color #3463CB: hue angle of 221.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3463CB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 99 | 203 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.20 |
| HSL | 221.32º | 0.59% | 0.5% | - |
| HSV(B) | 221.32º | 0.74% | 0.8% | - |
| XYZ | 16.66 | 13.97 | 58.32 | - |
| YUV | 96.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 203 | 0.74 | 0.51 | 0 | 0.20 | 221.32 | 0.59 | 0.5 |
| Hex | 34 | 63 | CB | 4A | 33 | 0 | 14 | DD | 3B | 32 |
| Octal | 64 | 143 | 313 | 112 | 63 | 0 | 24 | 335 | 73 | 62 |
| Binary | 110100 | 1100011 | 11001011 | 1001010 | 110011 | 0 | 10100 | 11011101 | 111011 | 110010 |
Color Harmonies of #3463CB
Complementary color
Monochromatic Colors of #3463CB
Black with #3463CB
Text Example
Text Example
White with #3463CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3463CB; }
p { color: rgb(52,99,203); }
H1.HeaderClassName
{
color: #3463CB;
}
.AnyTagClassName
{
color: #3463CB;
}
</style>
background-color css
<style>
a { background-color: #3463CB; }
a { background-color: rgb(52,99,203); }
div.DivClassName
{
background-color: #3463CB;
}
.BgClassName
{
background-color: #3463CB;
}
</style>
border-color css
<style>
span { border-color: #3463CB; }
span { border-color: rgb(52,99,203); }
td.TdClassName
{
border-color: #3463CB;
}
.TagClassName
{
border-color: #3463CB;
}
</style>