Shades of Free Speech Blue #343DCE
Tints of Free Speech Blue #343DCE
RGB
CMYK
RGB Variations
Color information
#343DCE (or 0x343DCE) is known color: Free Speech Blue. HEX triplet: 34, 3D and CE. RGB value is (52,61,206). Sum of RGB (Red+Green+Blue) = 52+61+206=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #343DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DCE is #CBC231. Grayscale: #4A4A4A. Windows color (decimal): -13353522 or 13516084. OLE color: 13516084.
HSL color Cylindrical-coordinate representation of color #343DCE: hue angle of 236.49º 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 #343DCE is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 61 | 206 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.19 |
| HSL | 236.49º | 0.61% | 0.51% | - |
| HSV(B) | 236.49º | 0.75% | 0.81% | - |
| XYZ | 14.23 | 8.52 | 59.29 | - |
| YUV | 74.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 206 | 0.75 | 0.70 | 0 | 0.19 | 236.49 | 0.61 | 0.51 |
| Hex | 34 | 3D | CE | 4B | 46 | 0 | 13 | EC | 3D | 33 |
| Octal | 64 | 75 | 316 | 113 | 106 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110100 | 111101 | 11001110 | 1001011 | 1000110 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #343DCE
Complementary color
Monochromatic Colors of #343DCE
Black with #343DCE
Text Example
Text Example
White with #343DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DCE; }
p { color: rgb(52,61,206); }
H1.HeaderClassName
{
color: #343DCE;
}
.AnyTagClassName
{
color: #343DCE;
}
</style>
background-color css
<style>
a { background-color: #343DCE; }
a { background-color: rgb(52,61,206); }
div.DivClassName
{
background-color: #343DCE;
}
.BgClassName
{
background-color: #343DCE;
}
</style>
border-color css
<style>
span { border-color: #343DCE; }
span { border-color: rgb(52,61,206); }
td.TdClassName
{
border-color: #343DCE;
}
.TagClassName
{
border-color: #343DCE;
}
</style>