Shades of Free Speech Blue #4345DD
Tints of Free Speech Blue #4345DD
RGB
CMYK
RGB Variations
Color information
#4345DD (or 0x4345DD) is known color: Free Speech Blue. HEX triplet: 43, 45 and DD. RGB value is (67,69,221). Sum of RGB (Red+Green+Blue) = 67+69+221=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #4345DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4345DD is #BCBA22. Grayscale: #555555. Windows color (decimal): -12368419 or 14501187. OLE color: 14501187.
HSL color Cylindrical-coordinate representation of color #4345DD: hue angle of 239.22º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4345DD is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 69 | 221 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.13 |
| HSL | 239.22º | 0.69% | 0.56% | - |
| HSV(B) | 239.22º | 0.7% | 0.87% | - |
| XYZ | 17.49 | 10.67 | 69.54 | - |
| YUV | 85.73 | 204.34 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 221 | 0.70 | 0.69 | 0 | 0.13 | 239.22 | 0.69 | 0.56 |
| Hex | 43 | 45 | DD | 46 | 45 | 0 | D | EF | 45 | 38 |
| Octal | 103 | 105 | 335 | 106 | 105 | 0 | 15 | 357 | 105 | 70 |
| Binary | 1000011 | 1000101 | 11011101 | 1000110 | 1000101 | 0 | 1101 | 11101111 | 1000101 | 111000 |
Color Harmonies of #4345DD
Complementary color
Monochromatic Colors of #4345DD
Black with #4345DD
Text Example
Text Example
White with #4345DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4345DD; }
p { color: rgb(67,69,221); }
H1.HeaderClassName
{
color: #4345DD;
}
.AnyTagClassName
{
color: #4345DD;
}
</style>
background-color css
<style>
a { background-color: #4345DD; }
a { background-color: rgb(67,69,221); }
div.DivClassName
{
background-color: #4345DD;
}
.BgClassName
{
background-color: #4345DD;
}
</style>
border-color css
<style>
span { border-color: #4345DD; }
span { border-color: rgb(67,69,221); }
td.TdClassName
{
border-color: #4345DD;
}
.TagClassName
{
border-color: #4345DD;
}
</style>