Shades of Free Speech Blue #344DCB
Tints of Free Speech Blue #344DCB
RGB
CMYK
RGB Variations
Color information
#344DCB (or 0x344DCB) is known color: Free Speech Blue. HEX triplet: 34, 4D and CB. RGB value is (52,77,203). Sum of RGB (Red+Green+Blue) = 52+77+203=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #344DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DCB is #CBB234. Grayscale: #535353. Windows color (decimal): -13349429 or 13323572. OLE color: 13323572.
HSL color Cylindrical-coordinate representation of color #344DCB: hue angle of 230.07º 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 #344DCB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 77 | 203 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.20 |
| HSL | 230.07º | 0.59% | 0.5% | - |
| HSV(B) | 230.07º | 0.74% | 0.8% | - |
| XYZ | 14.85 | 10.35 | 57.71 | - |
| YUV | 83.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 203 | 0.74 | 0.62 | 0 | 0.20 | 230.07 | 0.59 | 0.5 |
| Hex | 34 | 4D | CB | 4A | 3E | 0 | 14 | E6 | 3B | 32 |
| Octal | 64 | 115 | 313 | 112 | 76 | 0 | 24 | 346 | 73 | 62 |
| Binary | 110100 | 1001101 | 11001011 | 1001010 | 111110 | 0 | 10100 | 11100110 | 111011 | 110010 |
Color Harmonies of #344DCB
Complementary color
Monochromatic Colors of #344DCB
Black with #344DCB
Text Example
Text Example
White with #344DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DCB; }
p { color: rgb(52,77,203); }
H1.HeaderClassName
{
color: #344DCB;
}
.AnyTagClassName
{
color: #344DCB;
}
</style>
background-color css
<style>
a { background-color: #344DCB; }
a { background-color: rgb(52,77,203); }
div.DivClassName
{
background-color: #344DCB;
}
.BgClassName
{
background-color: #344DCB;
}
</style>
border-color css
<style>
span { border-color: #344DCB; }
span { border-color: rgb(52,77,203); }
td.TdClassName
{
border-color: #344DCB;
}
.TagClassName
{
border-color: #344DCB;
}
</style>