Shades of Free Speech Blue #343CE1
Tints of Free Speech Blue #343CE1
RGB
CMYK
RGB Variations
Color information
#343CE1 (or 0x343CE1) is known color: Free Speech Blue. HEX triplet: 34, 3C and E1. RGB value is (52,60,225). Sum of RGB (Red+Green+Blue) = 52+60+225=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #343CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CE1 is #CBC31E. Grayscale: #4B4B4B. Windows color (decimal): -13353759 or 14761012. OLE color: 14761012.
HSL color Cylindrical-coordinate representation of color #343CE1: hue angle of 237.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343CE1 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 60 | 225 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.12 |
| HSL | 237.23º | 0.74% | 0.54% | - |
| HSV(B) | 237.23º | 0.77% | 0.88% | - |
| XYZ | 16.62 | 9.4 | 72.17 | - |
| YUV | 76.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 225 | 0.77 | 0.73 | 0 | 0.12 | 237.23 | 0.74 | 0.54 |
| Hex | 34 | 3C | E1 | 4D | 49 | 0 | C | ED | 4A | 36 |
| Octal | 64 | 74 | 341 | 115 | 111 | 0 | 14 | 355 | 112 | 66 |
| Binary | 110100 | 111100 | 11100001 | 1001101 | 1001001 | 0 | 1100 | 11101101 | 1001010 | 110110 |
Color Harmonies of #343CE1
Complementary color
Monochromatic Colors of #343CE1
Black with #343CE1
Text Example
Text Example
White with #343CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CE1; }
p { color: rgb(52,60,225); }
H1.HeaderClassName
{
color: #343CE1;
}
.AnyTagClassName
{
color: #343CE1;
}
</style>
background-color css
<style>
a { background-color: #343CE1; }
a { background-color: rgb(52,60,225); }
div.DivClassName
{
background-color: #343CE1;
}
.BgClassName
{
background-color: #343CE1;
}
</style>
border-color css
<style>
span { border-color: #343CE1; }
span { border-color: rgb(52,60,225); }
td.TdClassName
{
border-color: #343CE1;
}
.TagClassName
{
border-color: #343CE1;
}
</style>