Shades of Free Speech Blue #345DCB
Tints of Free Speech Blue #345DCB
RGB
CMYK
RGB Variations
Color information
#345DCB (or 0x345DCB) is known color: Free Speech Blue. HEX triplet: 34, 5D and CB. RGB value is (52,93,203). Sum of RGB (Red+Green+Blue) = 52+93+203=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #345DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DCB is #CBA234. Grayscale: #5C5C5C. Windows color (decimal): -13345333 or 13327668. OLE color: 13327668.
HSL color Cylindrical-coordinate representation of color #345DCB: hue angle of 223.71º 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 #345DCB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 93 | 203 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.20 |
| HSL | 223.71º | 0.59% | 0.5% | - |
| HSV(B) | 223.71º | 0.74% | 0.8% | - |
| XYZ | 16.11 | 12.87 | 58.14 | - |
| YUV | 93.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 203 | 0.74 | 0.54 | 0 | 0.20 | 223.71 | 0.59 | 0.5 |
| Hex | 34 | 5D | CB | 4A | 36 | 0 | 14 | E0 | 3B | 32 |
| Octal | 64 | 135 | 313 | 112 | 66 | 0 | 24 | 340 | 73 | 62 |
| Binary | 110100 | 1011101 | 11001011 | 1001010 | 110110 | 0 | 10100 | 11100000 | 111011 | 110010 |
Color Harmonies of #345DCB
Complementary color
Monochromatic Colors of #345DCB
Black with #345DCB
Text Example
Text Example
White with #345DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DCB; }
p { color: rgb(52,93,203); }
H1.HeaderClassName
{
color: #345DCB;
}
.AnyTagClassName
{
color: #345DCB;
}
</style>
background-color css
<style>
a { background-color: #345DCB; }
a { background-color: rgb(52,93,203); }
div.DivClassName
{
background-color: #345DCB;
}
.BgClassName
{
background-color: #345DCB;
}
</style>
border-color css
<style>
span { border-color: #345DCB; }
span { border-color: rgb(52,93,203); }
td.TdClassName
{
border-color: #345DCB;
}
.TagClassName
{
border-color: #345DCB;
}
</style>