Shades of Free Speech Blue #345DD3
Tints of Free Speech Blue #345DD3
RGB
CMYK
RGB Variations
Color information
#345DD3 (or 0x345DD3) is known color: Free Speech Blue. HEX triplet: 34, 5D and D3. RGB value is (52,93,211). Sum of RGB (Red+Green+Blue) = 52+93+211=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #345DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DD3 is #CBA22C. Grayscale: #5D5D5D. Windows color (decimal): -13345325 or 13851956. OLE color: 13851956.
HSL color Cylindrical-coordinate representation of color #345DD3: hue angle of 224.53º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345DD3 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 93 | 211 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.17 |
| HSL | 224.53º | 0.64% | 0.52% | - |
| HSV(B) | 224.53º | 0.75% | 0.83% | - |
| XYZ | 17.09 | 13.26 | 63.29 | - |
| YUV | 94.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 211 | 0.75 | 0.56 | 0 | 0.17 | 224.53 | 0.64 | 0.52 |
| Hex | 34 | 5D | D3 | 4B | 38 | 0 | 11 | E1 | 40 | 34 |
| Octal | 64 | 135 | 323 | 113 | 70 | 0 | 21 | 341 | 100 | 64 |
| Binary | 110100 | 1011101 | 11010011 | 1001011 | 111000 | 0 | 10001 | 11100001 | 1000000 | 110100 |
Color Harmonies of #345DD3
Complementary color
Monochromatic Colors of #345DD3
Black with #345DD3
Text Example
Text Example
White with #345DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DD3; }
p { color: rgb(52,93,211); }
H1.HeaderClassName
{
color: #345DD3;
}
.AnyTagClassName
{
color: #345DD3;
}
</style>
background-color css
<style>
a { background-color: #345DD3; }
a { background-color: rgb(52,93,211); }
div.DivClassName
{
background-color: #345DD3;
}
.BgClassName
{
background-color: #345DD3;
}
</style>
border-color css
<style>
span { border-color: #345DD3; }
span { border-color: rgb(52,93,211); }
td.TdClassName
{
border-color: #345DD3;
}
.TagClassName
{
border-color: #345DD3;
}
</style>