Shades of Free Speech Blue #345BCE
Tints of Free Speech Blue #345BCE
RGB
CMYK
RGB Variations
Color information
#345BCE (or 0x345BCE) is known color: Free Speech Blue. HEX triplet: 34, 5B and CE. RGB value is (52,91,206). Sum of RGB (Red+Green+Blue) = 52+91+206=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #345BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BCE is #CBA431. Grayscale: #5B5B5B. Windows color (decimal): -13345842 or 13523764. OLE color: 13523764.
HSL color Cylindrical-coordinate representation of color #345BCE: hue angle of 224.81º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345BCE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 91 | 206 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.19 |
| HSL | 224.81º | 0.61% | 0.51% | - |
| HSV(B) | 224.81º | 0.75% | 0.81% | - |
| XYZ | 16.3 | 12.67 | 59.98 | - |
| YUV | 92.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 206 | 0.75 | 0.56 | 0 | 0.19 | 224.81 | 0.61 | 0.51 |
| Hex | 34 | 5B | CE | 4B | 38 | 0 | 13 | E1 | 3D | 33 |
| Octal | 64 | 133 | 316 | 113 | 70 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110100 | 1011011 | 11001110 | 1001011 | 111000 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #345BCE
Complementary color
Monochromatic Colors of #345BCE
Black with #345BCE
Text Example
Text Example
White with #345BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BCE; }
p { color: rgb(52,91,206); }
H1.HeaderClassName
{
color: #345BCE;
}
.AnyTagClassName
{
color: #345BCE;
}
</style>
background-color css
<style>
a { background-color: #345BCE; }
a { background-color: rgb(52,91,206); }
div.DivClassName
{
background-color: #345BCE;
}
.BgClassName
{
background-color: #345BCE;
}
</style>
border-color css
<style>
span { border-color: #345BCE; }
span { border-color: rgb(52,91,206); }
td.TdClassName
{
border-color: #345BCE;
}
.TagClassName
{
border-color: #345BCE;
}
</style>