Shades of Free Speech Blue #435DB9
Tints of Free Speech Blue #435DB9
RGB
CMYK
RGB Variations
Color information
#435DB9 (or 0x435DB9) is known color: Free Speech Blue. HEX triplet: 43, 5D and B9. RGB value is (67,93,185). Sum of RGB (Red+Green+Blue) = 67+93+185=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #435DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DB9 is #BCA246. Grayscale: #5F5F5F. Windows color (decimal): -12362311 or 12148035. OLE color: 12148035.
HSL color Cylindrical-coordinate representation of color #435DB9: hue angle of 226.78º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #435DB9 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 93 | 185 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.27 |
| HSL | 226.78º | 0.47% | 0.49% | - |
| HSV(B) | 226.78º | 0.64% | 0.73% | - |
| XYZ | 14.99 | 12.52 | 47.53 | - |
| YUV | 95.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 185 | 0.64 | 0.50 | 0 | 0.27 | 226.78 | 0.47 | 0.49 |
| Hex | 43 | 5D | B9 | 40 | 32 | 0 | 1B | E3 | 2F | 31 |
| Octal | 103 | 135 | 271 | 100 | 62 | 0 | 33 | 343 | 57 | 61 |
| Binary | 1000011 | 1011101 | 10111001 | 1000000 | 110010 | 0 | 11011 | 11100011 | 101111 | 110001 |
Color Harmonies of #435DB9
Complementary color
Monochromatic Colors of #435DB9
Black with #435DB9
Text Example
Text Example
White with #435DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DB9; }
p { color: rgb(67,93,185); }
H1.HeaderClassName
{
color: #435DB9;
}
.AnyTagClassName
{
color: #435DB9;
}
</style>
background-color css
<style>
a { background-color: #435DB9; }
a { background-color: rgb(67,93,185); }
div.DivClassName
{
background-color: #435DB9;
}
.BgClassName
{
background-color: #435DB9;
}
</style>
border-color css
<style>
span { border-color: #435DB9; }
span { border-color: rgb(67,93,185); }
td.TdClassName
{
border-color: #435DB9;
}
.TagClassName
{
border-color: #435DB9;
}
</style>