Shades of Free Speech Blue #344BCE
Tints of Free Speech Blue #344BCE
RGB
CMYK
RGB Variations
Color information
#344BCE (or 0x344BCE) is known color: Free Speech Blue. HEX triplet: 34, 4B and CE. RGB value is (52,75,206). Sum of RGB (Red+Green+Blue) = 52+75+206=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #344BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BCE is #CBB431. Grayscale: #525252. Windows color (decimal): -13349938 or 13519668. OLE color: 13519668.
HSL color Cylindrical-coordinate representation of color #344BCE: hue angle of 231.04º 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 #344BCE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 75 | 206 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.19 |
| HSL | 231.04º | 0.61% | 0.51% | - |
| HSV(B) | 231.04º | 0.75% | 0.81% | - |
| XYZ | 15.07 | 10.22 | 59.57 | - |
| YUV | 83.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 206 | 0.75 | 0.64 | 0 | 0.19 | 231.04 | 0.61 | 0.51 |
| Hex | 34 | 4B | CE | 4B | 40 | 0 | 13 | E7 | 3D | 33 |
| Octal | 64 | 113 | 316 | 113 | 100 | 0 | 23 | 347 | 75 | 63 |
| Binary | 110100 | 1001011 | 11001110 | 1001011 | 1000000 | 0 | 10011 | 11100111 | 111101 | 110011 |
Color Harmonies of #344BCE
Complementary color
Monochromatic Colors of #344BCE
Black with #344BCE
Text Example
Text Example
White with #344BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BCE; }
p { color: rgb(52,75,206); }
H1.HeaderClassName
{
color: #344BCE;
}
.AnyTagClassName
{
color: #344BCE;
}
</style>
background-color css
<style>
a { background-color: #344BCE; }
a { background-color: rgb(52,75,206); }
div.DivClassName
{
background-color: #344BCE;
}
.BgClassName
{
background-color: #344BCE;
}
</style>
border-color css
<style>
span { border-color: #344BCE; }
span { border-color: rgb(52,75,206); }
td.TdClassName
{
border-color: #344BCE;
}
.TagClassName
{
border-color: #344BCE;
}
</style>