Shades of Free Speech Blue #344BCB
Tints of Free Speech Blue #344BCB
RGB
CMYK
RGB Variations
Color information
#344BCB (or 0x344BCB) is known color: Free Speech Blue. HEX triplet: 34, 4B and CB. RGB value is (52,75,203). Sum of RGB (Red+Green+Blue) = 52+75+203=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #344BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BCB is #CBB434. Grayscale: #525252. Windows color (decimal): -13349941 or 13323060. OLE color: 13323060.
HSL color Cylindrical-coordinate representation of color #344BCB: hue angle of 230.86º 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 #344BCB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 75 | 203 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.20 |
| HSL | 230.86º | 0.59% | 0.5% | - |
| HSV(B) | 230.86º | 0.74% | 0.8% | - |
| XYZ | 14.71 | 10.07 | 57.67 | - |
| YUV | 82.72 | 195.88 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 203 | 0.74 | 0.63 | 0 | 0.20 | 230.86 | 0.59 | 0.5 |
| Hex | 34 | 4B | CB | 4A | 3F | 0 | 14 | E7 | 3B | 32 |
| Octal | 64 | 113 | 313 | 112 | 77 | 0 | 24 | 347 | 73 | 62 |
| Binary | 110100 | 1001011 | 11001011 | 1001010 | 111111 | 0 | 10100 | 11100111 | 111011 | 110010 |
Color Harmonies of #344BCB
Complementary color
Monochromatic Colors of #344BCB
Black with #344BCB
Text Example
Text Example
White with #344BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BCB; }
p { color: rgb(52,75,203); }
H1.HeaderClassName
{
color: #344BCB;
}
.AnyTagClassName
{
color: #344BCB;
}
</style>
background-color css
<style>
a { background-color: #344BCB; }
a { background-color: rgb(52,75,203); }
div.DivClassName
{
background-color: #344BCB;
}
.BgClassName
{
background-color: #344BCB;
}
</style>
border-color css
<style>
span { border-color: #344BCB; }
span { border-color: rgb(52,75,203); }
td.TdClassName
{
border-color: #344BCB;
}
.TagClassName
{
border-color: #344BCB;
}
</style>