Shades of Free Speech Blue #345BD1
Tints of Free Speech Blue #345BD1
RGB
CMYK
RGB Variations
Color information
#345BD1 (or 0x345BD1) is known color: Free Speech Blue. HEX triplet: 34, 5B and D1. RGB value is (52,91,209). Sum of RGB (Red+Green+Blue) = 52+91+209=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #345BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BD1 is #CBA42E. Grayscale: #5C5C5C. Windows color (decimal): -13345839 or 13720372. OLE color: 13720372.
HSL color Cylindrical-coordinate representation of color #345BD1: hue angle of 225.1º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345BD1 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 91 | 209 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.18 |
| HSL | 225.1º | 0.63% | 0.51% | - |
| HSV(B) | 225.1º | 0.75% | 0.82% | - |
| XYZ | 16.67 | 12.82 | 61.92 | - |
| YUV | 92.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 209 | 0.75 | 0.56 | 0 | 0.18 | 225.1 | 0.63 | 0.51 |
| Hex | 34 | 5B | D1 | 4B | 38 | 0 | 12 | E1 | 3F | 33 |
| Octal | 64 | 133 | 321 | 113 | 70 | 0 | 22 | 341 | 77 | 63 |
| Binary | 110100 | 1011011 | 11010001 | 1001011 | 111000 | 0 | 10010 | 11100001 | 111111 | 110011 |
Color Harmonies of #345BD1
Complementary color
Monochromatic Colors of #345BD1
Black with #345BD1
Text Example
Text Example
White with #345BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BD1; }
p { color: rgb(52,91,209); }
H1.HeaderClassName
{
color: #345BD1;
}
.AnyTagClassName
{
color: #345BD1;
}
</style>
background-color css
<style>
a { background-color: #345BD1; }
a { background-color: rgb(52,91,209); }
div.DivClassName
{
background-color: #345BD1;
}
.BgClassName
{
background-color: #345BD1;
}
</style>
border-color css
<style>
span { border-color: #345BD1; }
span { border-color: rgb(52,91,209); }
td.TdClassName
{
border-color: #345BD1;
}
.TagClassName
{
border-color: #345BD1;
}
</style>