Shades of Free Speech Blue #343CDA
Tints of Free Speech Blue #343CDA
RGB
CMYK
RGB Variations
Color information
#343CDA (or 0x343CDA) is known color: Free Speech Blue. HEX triplet: 34, 3C and DA. RGB value is (52,60,218). Sum of RGB (Red+Green+Blue) = 52+60+218=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #343CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CDA is #CBC325. Grayscale: #4A4A4A. Windows color (decimal): -13353766 or 14302260. OLE color: 14302260.
HSL color Cylindrical-coordinate representation of color #343CDA: hue angle of 237.11º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343CDA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 60 | 218 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.15 |
| HSL | 237.11º | 0.69% | 0.53% | - |
| HSV(B) | 237.11º | 0.76% | 0.85% | - |
| XYZ | 15.69 | 9.02 | 67.24 | - |
| YUV | 75.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 218 | 0.76 | 0.72 | 0 | 0.15 | 237.11 | 0.69 | 0.53 |
| Hex | 34 | 3C | DA | 4C | 48 | 0 | F | ED | 45 | 35 |
| Octal | 64 | 74 | 332 | 114 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110100 | 111100 | 11011010 | 1001100 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #343CDA
Complementary color
Monochromatic Colors of #343CDA
Black with #343CDA
Text Example
Text Example
White with #343CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CDA; }
p { color: rgb(52,60,218); }
H1.HeaderClassName
{
color: #343CDA;
}
.AnyTagClassName
{
color: #343CDA;
}
</style>
background-color css
<style>
a { background-color: #343CDA; }
a { background-color: rgb(52,60,218); }
div.DivClassName
{
background-color: #343CDA;
}
.BgClassName
{
background-color: #343CDA;
}
</style>
border-color css
<style>
span { border-color: #343CDA; }
span { border-color: rgb(52,60,218); }
td.TdClassName
{
border-color: #343CDA;
}
.TagClassName
{
border-color: #343CDA;
}
</style>