Shades of Free Speech Blue #343FCB
Tints of Free Speech Blue #343FCB
RGB
CMYK
RGB Variations
Color information
#343FCB (or 0x343FCB) is known color: Free Speech Blue. HEX triplet: 34, 3F and CB. RGB value is (52,63,203). Sum of RGB (Red+Green+Blue) = 52+63+203=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #343FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FCB is #CBC034. Grayscale: #4B4B4B. Windows color (decimal): -13353013 or 13319988. OLE color: 13319988.
HSL color Cylindrical-coordinate representation of color #343FCB: hue angle of 235.63º 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 #343FCB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 63 | 203 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.20 |
| HSL | 235.63º | 0.59% | 0.5% | - |
| HSV(B) | 235.63º | 0.74% | 0.8% | - |
| XYZ | 13.97 | 8.6 | 57.42 | - |
| YUV | 75.67 | 199.86 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 203 | 0.74 | 0.69 | 0 | 0.20 | 235.63 | 0.59 | 0.5 |
| Hex | 34 | 3F | CB | 4A | 45 | 0 | 14 | EC | 3B | 32 |
| Octal | 64 | 77 | 313 | 112 | 105 | 0 | 24 | 354 | 73 | 62 |
| Binary | 110100 | 111111 | 11001011 | 1001010 | 1000101 | 0 | 10100 | 11101100 | 111011 | 110010 |
Color Harmonies of #343FCB
Complementary color
Monochromatic Colors of #343FCB
Black with #343FCB
Text Example
Text Example
White with #343FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FCB; }
p { color: rgb(52,63,203); }
H1.HeaderClassName
{
color: #343FCB;
}
.AnyTagClassName
{
color: #343FCB;
}
</style>
background-color css
<style>
a { background-color: #343FCB; }
a { background-color: rgb(52,63,203); }
div.DivClassName
{
background-color: #343FCB;
}
.BgClassName
{
background-color: #343FCB;
}
</style>
border-color css
<style>
span { border-color: #343FCB; }
span { border-color: rgb(52,63,203); }
td.TdClassName
{
border-color: #343FCB;
}
.TagClassName
{
border-color: #343FCB;
}
</style>