Shades of Free Speech Blue #345BCB
Tints of Free Speech Blue #345BCB
RGB
CMYK
RGB Variations
Color information
#345BCB (or 0x345BCB) is known color: Free Speech Blue. HEX triplet: 34, 5B and CB. RGB value is (52,91,203). Sum of RGB (Red+Green+Blue) = 52+91+203=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #345BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BCB is #CBA434. Grayscale: #5B5B5B. Windows color (decimal): -13345845 or 13327156. OLE color: 13327156.
HSL color Cylindrical-coordinate representation of color #345BCB: hue angle of 224.5º 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 #345BCB is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 91 | 203 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.20 |
| HSL | 224.5º | 0.59% | 0.5% | - |
| HSV(B) | 224.5º | 0.74% | 0.8% | - |
| XYZ | 15.94 | 12.52 | 58.08 | - |
| YUV | 92.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 203 | 0.74 | 0.55 | 0 | 0.20 | 224.5 | 0.59 | 0.5 |
| Hex | 34 | 5B | CB | 4A | 37 | 0 | 14 | E1 | 3B | 32 |
| Octal | 64 | 133 | 313 | 112 | 67 | 0 | 24 | 341 | 73 | 62 |
| Binary | 110100 | 1011011 | 11001011 | 1001010 | 110111 | 0 | 10100 | 11100001 | 111011 | 110010 |
Color Harmonies of #345BCB
Complementary color
Monochromatic Colors of #345BCB
Black with #345BCB
Text Example
Text Example
White with #345BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BCB; }
p { color: rgb(52,91,203); }
H1.HeaderClassName
{
color: #345BCB;
}
.AnyTagClassName
{
color: #345BCB;
}
</style>
background-color css
<style>
a { background-color: #345BCB; }
a { background-color: rgb(52,91,203); }
div.DivClassName
{
background-color: #345BCB;
}
.BgClassName
{
background-color: #345BCB;
}
</style>
border-color css
<style>
span { border-color: #345BCB; }
span { border-color: rgb(52,91,203); }
td.TdClassName
{
border-color: #345BCB;
}
.TagClassName
{
border-color: #345BCB;
}
</style>