Shades of Free Speech Blue #343AD5
Tints of Free Speech Blue #343AD5
RGB
CMYK
RGB Variations
Color information
#343AD5 (or 0x343AD5) is known color: Free Speech Blue. HEX triplet: 34, 3A and D5. RGB value is (52,58,213). Sum of RGB (Red+Green+Blue) = 52+58+213=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #343AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AD5 is #CBC52A. Grayscale: #494949. Windows color (decimal): -13354283 or 13974068. OLE color: 13974068.
HSL color Cylindrical-coordinate representation of color #343AD5: hue angle of 237.76º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343AD5 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 58 | 213 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.16 |
| HSL | 237.76º | 0.66% | 0.52% | - |
| HSV(B) | 237.76º | 0.76% | 0.84% | - |
| XYZ | 14.94 | 8.56 | 63.82 | - |
| YUV | 73.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 213 | 0.76 | 0.73 | 0 | 0.16 | 237.76 | 0.66 | 0.52 |
| Hex | 34 | 3A | D5 | 4C | 49 | 0 | 10 | EE | 42 | 34 |
| Octal | 64 | 72 | 325 | 114 | 111 | 0 | 20 | 356 | 102 | 64 |
| Binary | 110100 | 111010 | 11010101 | 1001100 | 1001001 | 0 | 10000 | 11101110 | 1000010 | 110100 |
Color Harmonies of #343AD5
Complementary color
Monochromatic Colors of #343AD5
Black with #343AD5
Text Example
Text Example
White with #343AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AD5; }
p { color: rgb(52,58,213); }
H1.HeaderClassName
{
color: #343AD5;
}
.AnyTagClassName
{
color: #343AD5;
}
</style>
background-color css
<style>
a { background-color: #343AD5; }
a { background-color: rgb(52,58,213); }
div.DivClassName
{
background-color: #343AD5;
}
.BgClassName
{
background-color: #343AD5;
}
</style>
border-color css
<style>
span { border-color: #343AD5; }
span { border-color: rgb(52,58,213); }
td.TdClassName
{
border-color: #343AD5;
}
.TagClassName
{
border-color: #343AD5;
}
</style>