Shades of Free Speech Blue #345CD2
Tints of Free Speech Blue #345CD2
RGB
CMYK
RGB Variations
Color information
#345CD2 (or 0x345CD2) is known color: Free Speech Blue. HEX triplet: 34, 5C and D2. RGB value is (52,92,210). Sum of RGB (Red+Green+Blue) = 52+92+210=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #345CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CD2 is #CBA32D. Grayscale: #5C5C5C. Windows color (decimal): -13345582 or 13786164. OLE color: 13786164.
HSL color Cylindrical-coordinate representation of color #345CD2: hue angle of 224.81º degrees, saturation: 0.64, 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 #345CD2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 92 | 210 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.18 |
| HSL | 224.81º | 0.64% | 0.51% | - |
| HSV(B) | 224.81º | 0.75% | 0.82% | - |
| XYZ | 16.88 | 13.04 | 62.6 | - |
| YUV | 93.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 210 | 0.75 | 0.56 | 0 | 0.18 | 224.81 | 0.64 | 0.51 |
| Hex | 34 | 5C | D2 | 4B | 38 | 0 | 12 | E1 | 40 | 33 |
| Octal | 64 | 134 | 322 | 113 | 70 | 0 | 22 | 341 | 100 | 63 |
| Binary | 110100 | 1011100 | 11010010 | 1001011 | 111000 | 0 | 10010 | 11100001 | 1000000 | 110011 |
Color Harmonies of #345CD2
Complementary color
Monochromatic Colors of #345CD2
Black with #345CD2
Text Example
Text Example
White with #345CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CD2; }
p { color: rgb(52,92,210); }
H1.HeaderClassName
{
color: #345CD2;
}
.AnyTagClassName
{
color: #345CD2;
}
</style>
background-color css
<style>
a { background-color: #345CD2; }
a { background-color: rgb(52,92,210); }
div.DivClassName
{
background-color: #345CD2;
}
.BgClassName
{
background-color: #345CD2;
}
</style>
border-color css
<style>
span { border-color: #345CD2; }
span { border-color: rgb(52,92,210); }
td.TdClassName
{
border-color: #345CD2;
}
.TagClassName
{
border-color: #345CD2;
}
</style>