Shades of Free Speech Blue #435CBA
Tints of Free Speech Blue #435CBA
RGB
CMYK
RGB Variations
Color information
#435CBA (or 0x435CBA) is known color: Free Speech Blue. HEX triplet: 43, 5C and BA. RGB value is (67,92,186). Sum of RGB (Red+Green+Blue) = 67+92+186=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #435CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435CBA is #BCA345. Grayscale: #5E5E5E. Windows color (decimal): -12362566 or 12213315. OLE color: 12213315.
HSL color Cylindrical-coordinate representation of color #435CBA: hue angle of 227.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #435CBA is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 92 | 186 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.27 |
| HSL | 227.4º | 0.47% | 0.5% | - |
| HSV(B) | 227.4º | 0.64% | 0.73% | - |
| XYZ | 15 | 12.39 | 48.06 | - |
| YUV | 95.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 186 | 0.64 | 0.51 | 0 | 0.27 | 227.4 | 0.47 | 0.5 |
| Hex | 43 | 5C | BA | 40 | 33 | 0 | 1B | E3 | 2F | 32 |
| Octal | 103 | 134 | 272 | 100 | 63 | 0 | 33 | 343 | 57 | 62 |
| Binary | 1000011 | 1011100 | 10111010 | 1000000 | 110011 | 0 | 11011 | 11100011 | 101111 | 110010 |
Color Harmonies of #435CBA
Complementary color
Monochromatic Colors of #435CBA
Black with #435CBA
Text Example
Text Example
White with #435CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435CBA; }
p { color: rgb(67,92,186); }
H1.HeaderClassName
{
color: #435CBA;
}
.AnyTagClassName
{
color: #435CBA;
}
</style>
background-color css
<style>
a { background-color: #435CBA; }
a { background-color: rgb(67,92,186); }
div.DivClassName
{
background-color: #435CBA;
}
.BgClassName
{
background-color: #435CBA;
}
</style>
border-color css
<style>
span { border-color: #435CBA; }
span { border-color: rgb(67,92,186); }
td.TdClassName
{
border-color: #435CBA;
}
.TagClassName
{
border-color: #435CBA;
}
</style>