Shades of Free Speech Blue #3445DC
Tints of Free Speech Blue #3445DC
RGB
CMYK
RGB Variations
Color information
#3445DC (or 0x3445DC) is known color: Free Speech Blue. HEX triplet: 34, 45 and DC. RGB value is (52,69,220). Sum of RGB (Red+Green+Blue) = 52+69+220=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #3445DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3445DC is #CBBA23. Grayscale: #505050. Windows color (decimal): -13351460 or 14435636. OLE color: 14435636.
HSL color Cylindrical-coordinate representation of color #3445DC: hue angle of 233.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3445DC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 69 | 220 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.14 |
| HSL | 233.93º | 0.71% | 0.53% | - |
| HSV(B) | 233.93º | 0.76% | 0.86% | - |
| XYZ | 16.46 | 10.15 | 68.8 | - |
| YUV | 81.13 | 206.37 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 220 | 0.76 | 0.69 | 0 | 0.14 | 233.93 | 0.71 | 0.53 |
| Hex | 34 | 45 | DC | 4C | 45 | 0 | E | EA | 47 | 35 |
| Octal | 64 | 105 | 334 | 114 | 105 | 0 | 16 | 352 | 107 | 65 |
| Binary | 110100 | 1000101 | 11011100 | 1001100 | 1000101 | 0 | 1110 | 11101010 | 1000111 | 110101 |
Color Harmonies of #3445DC
Complementary color
Monochromatic Colors of #3445DC
Black with #3445DC
Text Example
Text Example
White with #3445DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3445DC; }
p { color: rgb(52,69,220); }
H1.HeaderClassName
{
color: #3445DC;
}
.AnyTagClassName
{
color: #3445DC;
}
</style>
background-color css
<style>
a { background-color: #3445DC; }
a { background-color: rgb(52,69,220); }
div.DivClassName
{
background-color: #3445DC;
}
.BgClassName
{
background-color: #3445DC;
}
</style>
border-color css
<style>
span { border-color: #3445DC; }
span { border-color: rgb(52,69,220); }
td.TdClassName
{
border-color: #3445DC;
}
.TagClassName
{
border-color: #3445DC;
}
</style>